summaryrefslogtreecommitdiff
path: root/regress/lib/libc/stdlib/getopt/Makefile
blob: 72fdc7b76e1fe3588234fafc2596e40f8178056f (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.3 2002/11/30 03:10:53 lukem Exp $

NOMAN=		# defined

PROG=		getopt

regress: ${PROG} 
	./${PROG} < ${.CURDIR}/opttest

.include <bsd.prog.mk>