1994-09-30 01:45:07 -04:00
|
|
|
# bootpd/Makefile
|
1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1994-09-30 01:45:07 -04:00
|
|
|
|
|
|
|
|
PROG= bootpd
|
1995-07-25 19:38:40 -04:00
|
|
|
CFLAGS+= -DETC_ETHERS
|
1994-09-30 01:45:07 -04:00
|
|
|
CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
|
|
|
|
|
|
2010-01-02 04:50:19 -05:00
|
|
|
WARNS?= 2
|
|
|
|
|
|
1996-01-22 20:58:00 -05:00
|
|
|
SUBDIR= bootpgw tools
|
1994-09-30 01:45:07 -04:00
|
|
|
|
|
|
|
|
SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
|
|
|
|
|
lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
|
|
|
|
|
|
2001-03-26 09:22:12 -05:00
|
|
|
MAN= bootptab.5 bootpd.8
|
1996-02-02 12:48:46 -05:00
|
|
|
MLINKS= bootpd.8 bootpgw.8
|
1994-09-30 01:45:07 -04:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|