summaryrefslogtreecommitdiff
path: root/libexec/bootpgw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpgw/Makefile')
-rw-r--r--libexec/bootpgw/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/libexec/bootpgw/Makefile b/libexec/bootpgw/Makefile
deleted file mode 100644
index a155e0e4f7c3..000000000000
--- a/libexec/bootpgw/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile
-# $Id$
-
-PROG= bootpgw
-NOMAN= true
-SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
-
-SRCDIR= ${.CURDIR}/../bootpd
-CFLAGS+=-I${SRCDIR}
-.PATH: ${SRCDIR}
-
-.include <bsd.prog.mk>