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
|
1995-07-25 23:38:40 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
MAN5= bootptab.5
|
|
|
|
MAN8= 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>
|