summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootptest
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-09-10 14:44:56 +0000
committercsgr <csgr@FreeBSD.org>1994-09-10 14:44:56 +0000
commit3809ade3852320bf114c521e54a3c0b8e0786229 (patch)
tree9992dcff4bd4b93d4d91af6d849aa688280cf8ae /usr.sbin/bootptest
parent758c6e92c9f67b6722825ed7f11c4f775df5e2bc (diff)
downloadFreeBSD-src-3809ade3852320bf114c521e54a3c0b8e0786229.zip
FreeBSD-src-3809ade3852320bf114c521e54a3c0b8e0786229.tar.gz
Bootpd 2.4.0 (and associated utils)
Obtained from:NetBSD
Diffstat (limited to 'usr.sbin/bootptest')
-rw-r--r--usr.sbin/bootptest/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/bootptest/Makefile b/usr.sbin/bootptest/Makefile
new file mode 100644
index 0000000..c47790c
--- /dev/null
+++ b/usr.sbin/bootptest/Makefile
@@ -0,0 +1,14 @@
+# bootptest/Makefile
+# $Id: Makefile,v 1.3 1994/08/22 22:19:04 gwr Exp $
+
+PROG= bootptest
+SRCDIR= ${.CURDIR}/../bootpd
+CFLAGS+= -I${SRCDIR}
+.PATH: ${SRCDIR}
+
+SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
+
+MAN8= bootptest.0
+
+.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud