1994-09-30 01:45:07 -04:00
|
|
|
# bootpd/Makefile
|
1996-02-02 12:48:46 -05:00
|
|
|
# $Id: Makefile,v 1.4 1996/01/23 01:57:58 pst Exp $
|
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
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
MAN5= bootptab.5
|
|
|
|
|
MAN8= 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>
|