summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootpef/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/tools/bootpef/Makefile')
-rw-r--r--libexec/bootpd/tools/bootpef/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile
new file mode 100644
index 0000000..7d17606
--- /dev/null
+++ b/libexec/bootpd/tools/bootpef/Makefile
@@ -0,0 +1,13 @@
+# Makefile
+# $Id$
+
+PROG= bootpef
+MAN8= bootpef.8
+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