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

NOMAN=	# defined

PROG=	test

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

.include <bsd.prog.mk>