summaryrefslogtreecommitdiff
path: root/libexec/bootpgw/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-05-03 20:54:37 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-05-03 20:54:37 +0000
commit2a5fb26475ff66c741edd6145cd4e9a115fe3d9f (patch)
treefc8846dadea14bb20acb5868eeb3deb895384fe4 /libexec/bootpgw/Makefile
parentf94bb78809af97d655781477202da9ba82a55365 (diff)
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>