summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootpef/Makefile
blob: 860509cb1d88581437f0886d325fe7176dd13c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile
# $FreeBSD$

PROG=	bootpef
SRCS=	bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
	hwaddr.c report.c tzone.c rtmsg.c

SRCDIR=	${.CURDIR}/../..
CFLAGS+=-I${SRCDIR}
.PATH:	${SRCDIR}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud