NetBSD/usr.sbin/bootpgw/Makefile

15 lines
246 B
Makefile
Raw Normal View History

1994-06-28 01:29:46 +04:00
# bootpgw/Makefile
# $Id: Makefile,v 1.4 1997/05/08 21:12:11 gwr Exp $
1994-06-28 01:29:46 +04:00
PROG= bootpgw
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
.PATH: ${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>