summaryrefslogtreecommitdiff
path: root/regress/lib/libc/dirname/Makefile
blob: 4623a8a856473d015a1bfb0035b17983ef9e6ae6 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.1 2002/10/16 19:12:42 thorpej Exp $

NOMAN=	# defined

PROG=	test

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

.include <bsd.prog.mk>