xref: /freebsd-13-stable/libexec/bootpd/tools/bootpef/Makefile (revision 023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9)
1# Makefile
2
3PROG=	bootpef
4MAN=	bootpef.8
5SRCS=	bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
6	hwaddr.c report.c tzone.c rtmsg.c
7
8SRCDIR=	${.CURDIR}/../..
9CFLAGS+=-I${SRCDIR}
10.PATH:	${SRCDIR}
11
12.include <bsd.prog.mk>
13