summaryrefslogtreecommitdiff
path: root/regress/lib/libc/string/Makefile
blob: a41f610020dba09572bd7e27768d566a7cb8037a (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.3 2002/09/18 05:41:41 lukem Exp $

NOMAN=		# defined

PROG=		swabcheck

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>