]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - libexec/bootpd/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 SUBDIR= bootpgw tools
9
10 SRCS=   bootpd.c dovend.c readfile.c hash.c dumptab.c \
11          lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
12
13 MAN=    bootptab.5 bootpd.8
14 MLINKS= bootpd.8 bootpgw.8
15
16 .include <bsd.prog.mk>