NetBSD/usr.sbin/bootptest/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

15 lines
261 B
Makefile

# bootptest/Makefile
# $Id: Makefile,v 1.6 1997/05/08 21:12:13 gwr Exp $
PROG= bootptest
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -I${SRCDIR}
.PATH: ${SRCDIR}
SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
MAN= bootptest.8
.include <bsd.prog.mk>