1994-09-10 14:44:56 +00:00
|
|
|
# bootpd/Makefile
|
1994-09-10 15:00:08 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1994/09/10 14:44:53 csgr Exp $
|
1994-09-10 14:44:56 +00:00
|
|
|
|
|
|
|
PROG= bootpd
|
1994-09-10 15:00:08 +00:00
|
|
|
#CFLAGS+= -DETC_ETHERS
|
|
|
|
CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
|
|
|
|
|
1994-09-10 14:44:56 +00:00
|
|
|
|
|
|
|
SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
|
1994-09-10 15:00:08 +00:00
|
|
|
lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
|
1994-09-10 14:44:56 +00:00
|
|
|
|
1994-09-10 15:00:08 +00:00
|
|
|
MAN5= bootptab.5
|
|
|
|
MAN8= bootpd.8
|
1994-09-10 14:44:56 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|