]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - libexec/bootpd/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>