xref: /freebsd/libexec/bootpd/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1# bootpd/Makefile
2
3PROG=	bootpd
4CFLAGS+= -DETC_ETHERS
5CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
6
7WARNS?=	2
8
9SUBDIR= bootpgw tools
10
11SRCS=	bootpd.c dovend.c readfile.c hash.c dumptab.c \
12	 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
13
14MAN=	bootptab.5 bootpd.8
15MLINKS=	bootpd.8 bootpgw.8
16
17.include <bsd.prog.mk>
18