freebsd-dev/libexec/bootpd/Makefile

17 lines
311 B
Makefile
Raw Normal View History

1994-09-30 05:45:07 +00:00
# bootpd/Makefile
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-09-30 05:45:07 +00:00
PROG= bootpd
CFLAGS+= -DETC_ETHERS
1994-09-30 05:45:07 +00:00
CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
1996-01-23 01:58:00 +00:00
SUBDIR= bootpgw tools
1994-09-30 05:45:07 +00:00
SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
MAN= bootptab.5 bootpd.8
1996-02-02 17:48:46 +00:00
MLINKS= bootpd.8 bootpgw.8
1994-09-30 05:45:07 +00:00
.include <bsd.prog.mk>