]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/bootpd/Makefile
release: Support r/o /usr/ports for cloudware
[FreeBSD/FreeBSD.git] / libexec / bootpd / Makefile
1 # bootpd/Makefile
2
3 PROG=   bootpd
4 CFLAGS+= -DETC_ETHERS
5 CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
6
7 WARNS?= 2
8
9 SUBDIR= bootpgw tools
10
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
13
14 MAN=    bootptab.5 bootpd.8
15 MLINKS= bootpd.8 bootpgw.8
16
17 .include <bsd.prog.mk>