NetBSD/usr.sbin/bootpef/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

16 lines
308 B
Makefile

# bootpef/Makefile
# $Id: Makefile,v 1.5 1997/05/08 21:12:10 gwr Exp $
PROG= bootpef
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DETC_ETHERS -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}
SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c \
lookup.c hwaddr.c report.c tzone.c
MAN= bootpef.8
.include <bsd.prog.mk>