NetBSD/regress/lib/libc/stdlib/getopt/Makefile
lukem d348d3d723 tweaks for fparseln(3) move from libutil to libc:
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it
2002-11-30 03:10:53 +00:00

11 lines
167 B
Makefile

# $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>