summaryrefslogtreecommitdiff
path: root/libexec/bootpd/Makefile
blob: de5eeaa903c94661502d14286b0f865ad2fc3590 (plain)
1
2
3
4
5
6
7
8
9
10
# Remove the -DVEND_CMU if you don't wish to support the "CMU vendor format"
# in addition to the RFC1048 format.

PROG=	bootpd
CFLAGS+=-DSYSLOG -DDEBUG -DVEND_CMU
SRCS=	bootpd.c readfile.c hash.c Version.c
MAN5=	bootptab.0
MAN8=	bootpd.0

.include <bsd.prog.mk>