NetBSD/usr.sbin/bootpgw/Makefile

15 lines
248 B
Makefile
Raw Normal View History

1994-06-28 01:29:46 +04:00
# bootpgw/Makefile
1997-05-07 00:44:56 +04:00
# $Id: Makefile,v 1.3 1997/05/06 20:46:04 gwr Exp $
1994-06-28 01:29:46 +04:00
PROG= bootpgw
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
1997-05-07 00:44:56 +04:00
.PATH.c: ${SRCDIR}
1994-06-28 01:29:46 +04:00
SRCS= bootpgw.c getif.c hwaddr.c report.c
1994-12-22 14:32:57 +03:00
NOMAN=
1994-06-28 01:29:46 +04:00
.include <bsd.prog.mk>