Tell the user more explicitly what port needs to be installed to get the
[dragonfly.git] / libexec / bootpd / Makefile
1 # bootpd/Makefile
2 # $FreeBSD: src/libexec/bootpd/Makefile,v 1.8.2.1 2001/04/25 10:40:49 ru Exp $
3 # $DragonFly: src/libexec/bootpd/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
4
5 PROG=   bootpd
6 CFLAGS+= -DETC_ETHERS
7 CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
8
9 SUBDIR= bootpgw tools
10
11 SRCS=   bootpd.c dovend.c readfile.c hash.c dumptab.c \
12          lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
13
14 MAN=    bootptab.5 bootpd.8
15 MLINKS= bootpd.8 bootpgw.8
16
17 .include <bsd.prog.mk>