Deleted Added
sdiff udiff text old ( 74814 ) new ( 201380 )
full compact
1# bootpd/Makefile
2# $FreeBSD: head/libexec/bootpd/Makefile 201380 2010-01-02 09:50:19Z ed $
3
4PROG= bootpd
5CFLAGS+= -DETC_ETHERS
6CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
7
8WARNS?= 2
9
10SUBDIR= bootpgw tools
11
12SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
13 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
14
15MAN= bootptab.5 bootpd.8
16MLINKS= bootpd.8 bootpgw.8
17
18.include <bsd.prog.mk>