Deleted Added
full compact
Makefile (50476) Makefile (74814)
1# bootpd/Makefile
1# bootpd/Makefile
2# $FreeBSD: head/libexec/bootpd/Makefile 50476 1999-08-28 00:22:10Z peter $
2# $FreeBSD: head/libexec/bootpd/Makefile 74814 2001-03-26 14:22:12Z ru $
3
4PROG= bootpd
5CFLAGS+= -DETC_ETHERS
6CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
7
8SUBDIR= bootpgw tools
9
10SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
11 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
12
3
4PROG= bootpd
5CFLAGS+= -DETC_ETHERS
6CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
7
8SUBDIR= bootpgw tools
9
10SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
11 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
12
13MAN5= bootptab.5
14MAN8= bootpd.8
13MAN= bootptab.5 bootpd.8
15MLINKS= bootpd.8 bootpgw.8
16
17.include <bsd.prog.mk>
14MLINKS= bootpd.8 bootpgw.8
15
16.include <bsd.prog.mk>