NetBSD/usr.sbin/bootpgw/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
246 B
Makefile

# bootpgw/Makefile
# $Id: Makefile,v 1.4 1997/05/08 21:12:11 gwr Exp $
PROG= bootpgw
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}
SRCS= bootpgw.c getif.c hwaddr.c report.c
NOMAN=
.include <bsd.prog.mk>