summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-30 05:45:07 +0000
committerpst <pst@FreeBSD.org>1994-09-30 05:45:07 +0000
commitf3c3e3b79d467189d6807523f10139ec18a70ec1 (patch)
tree5120fcf4936d9dede01cba3975e0af425795473e /libexec/bootpd/tools
parent89d381ac0764fed53c4d9f2e6591efbbbe15b3b2 (diff)
downloadFreeBSD-src-f3c3e3b79d467189d6807523f10139ec18a70ec1.zip
FreeBSD-src-f3c3e3b79d467189d6807523f10139ec18a70ec1.tar.gz
Rearrange bootpd
Diffstat (limited to 'libexec/bootpd/tools')
-rw-r--r--libexec/bootpd/tools/Makefile6
-rw-r--r--libexec/bootpd/tools/Makefile.inc4
-rw-r--r--libexec/bootpd/tools/bootpef/Makefile13
-rw-r--r--libexec/bootpd/tools/bootptest/Makefile12
4 files changed, 35 insertions, 0 deletions
diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile
new file mode 100644
index 0000000..b1f38e7
--- /dev/null
+++ b/libexec/bootpd/tools/Makefile
@@ -0,0 +1,6 @@
+# Makefile
+# $Id$
+
+SUBDIR= bootpef bootptest
+
+.include <bsd.subdir.mk>
diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc
new file mode 100644
index 0000000..0a2ab66
--- /dev/null
+++ b/libexec/bootpd/tools/Makefile.inc
@@ -0,0 +1,4 @@
+# Makefile.inc
+# $Id$
+
+BINDIR=/usr/sbin
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>
diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile
new file mode 100644
index 0000000..c154d97
--- /dev/null
+++ b/libexec/bootpd/tools/bootptest/Makefile
@@ -0,0 +1,12 @@
+# Makefile
+# $Id$
+
+PROG= bootptest
+MAN8= bootptest.8
+SRCS= bootptest.o print-bootp.o getif.o getether.o report.o
+
+SRCDIR= ${.CURDIR}/../..
+CFLAGS+=-I${SRCDIR}
+.PATH: ${SRCDIR}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud