freebsd_amp_hwpstate/libexec/bootpd/Makefile

18 lines
358 B
Makefile
Raw Normal View History

1994-09-30 05:45:07 +00:00
# bootpd/Makefile
1996-02-02 17:48:46 +00:00
# $Id: Makefile,v 1.4 1996/01/23 01:57:58 pst Exp $
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
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>