- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / libexec / bootpd / Makefile
blobf922b1950fd3ecf1cde96e404bac9710aab8a606
1 # bootpd/Makefile
2 # $FreeBSD: src/libexec/bootpd/Makefile,v 1.8.2.1 2001/04/25 10:40:49 ru Exp $
3 # $DragonFly: src/libexec/bootpd/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
5 PROG= bootpd
6 CFLAGS+= -DETC_ETHERS
7 CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
9 SUBDIR= bootpgw tools
11 SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
12 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
14 MAN= bootptab.5 bootpd.8
15 MLINKS= bootpd.8 bootpgw.8
17 .include <bsd.prog.mk>