summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-01-23 02:02:03 +0000
committerpst <pst@FreeBSD.org>1996-01-23 02:02:03 +0000
commitc0d4957f333add9b8fcf7cb3a8ff91dafcafc01b (patch)
tree147d0c0d57bbfbdb20d7a41ee702d6d75d777d4a /libexec/bootpd
parent628652a2af87f2e388365addad0ded9cf09a5f0f (diff)
downloadFreeBSD-src-c0d4957f333add9b8fcf7cb3a8ff91dafcafc01b.zip
FreeBSD-src-c0d4957f333add9b8fcf7cb3a8ff91dafcafc01b.tar.gz
Add bootpgw makefile
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootpgw/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile
new file mode 100644
index 0000000..c000107
--- /dev/null
+++ b/libexec/bootpd/bootpgw/Makefile
@@ -0,0 +1,12 @@
+# Makefile
+# $Id: Makefile,v 1.1.1.1 1994/09/30 05:43:13 pst Exp $
+
+PROG= bootpgw
+NOMAN= true
+SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
+
+SRCDIR= ${.CURDIR}/..
+CFLAGS+=-I${SRCDIR}
+.PATH: ${SRCDIR}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud