xref: /freebsd/libexec/bootpd/tools/bootpef/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
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