]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - libexec/bootpd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>