]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/bootpd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / libexec / bootpd / Makefile
1 # bootpd/Makefile
2 # $FreeBSD$
3
4 PROG=   bootpd
5 CFLAGS+= -DETC_ETHERS
6 CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
7
8 WARNS?= 2
9
10 SUBDIR= bootpgw tools
11
12 SRCS=   bootpd.c dovend.c readfile.c hash.c dumptab.c \
13          lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
14
15 MAN=    bootptab.5 bootpd.8
16 MLINKS= bootpd.8 bootpgw.8
17
18 .include <bsd.prog.mk>