summaryrefslogtreecommitdiffstats
path: root/libexec/bootpgw/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-30 05:43:13 +0000
committerpst <pst@FreeBSD.org>1994-09-30 05:43:13 +0000
commit89d381ac0764fed53c4d9f2e6591efbbbe15b3b2 (patch)
tree3259928fb20951ea707b7cf74b4f31dc6687cbfa /libexec/bootpgw/Makefile
parentdfadb8e7c459ae69d5a7f3f8d36f13f0a3974899 (diff)
downloadFreeBSD-src-89d381ac0764fed53c4d9f2e6591efbbbe15b3b2.zip
FreeBSD-src-89d381ac0764fed53c4d9f2e6591efbbbe15b3b2.tar.gz
Rearrange bootp
Diffstat (limited to 'libexec/bootpgw/Makefile')
-rw-r--r--libexec/bootpgw/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/bootpgw/Makefile b/libexec/bootpgw/Makefile
new file mode 100644
index 0000000..a155e0e
--- /dev/null
+++ b/libexec/bootpgw/Makefile
@@ -0,0 +1,12 @@
+# 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>
OpenPOWER on IntegriCloud