summaryrefslogtreecommitdiff
path: root/libexec/bootpd/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-30 05:45:07 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-30 05:45:07 +0000
commit44099b7b1ec9c9295687eba077be6ad2931d292d (patch)
tree063b400e64a6e0b8dc8cceade3c202711afca9df /libexec/bootpd/Makefile
parente56de50e266f4436821583e104f44ad208123f49 (diff)
Notes
Diffstat (limited to 'libexec/bootpd/Makefile')
-rw-r--r--libexec/bootpd/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile
new file mode 100644
index 000000000000..de4dfdbd44fc
--- /dev/null
+++ b/libexec/bootpd/Makefile
@@ -0,0 +1,16 @@
+# bootpd/Makefile
+# $Id: Makefile,v 1.2 1994/09/10 14:59:55 csgr Exp $
+
+PROG= bootpd
+#CFLAGS+= -DETC_ETHERS
+CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
+
+SUBDIR= tools
+
+SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
+ lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
+
+MAN5= bootptab.5
+MAN8= bootpd.8
+
+.include <bsd.prog.mk>