aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-02-02 17:48:46 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-02-02 17:48:46 +0000
commit5ea43fd200ac5293b5909d4dde8e32a291e21845 (patch)
treefb94c123cf355b4f4c8c053a49dbfd16e84ae732 /libexec
parent4cf6236007840a70f623e365e1749b12d324e318 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/bootpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile
index 659e3aa50832..06dea58ce561 100644
--- a/libexec/bootpd/Makefile
+++ b/libexec/bootpd/Makefile
@@ -1,5 +1,5 @@
# bootpd/Makefile
-# $Id: Makefile,v 1.3 1995/07/25 23:38:40 wpaul Exp $
+# $Id: Makefile,v 1.4 1996/01/23 01:57:58 pst Exp $
PROG= bootpd
CFLAGS+= -DETC_ETHERS
@@ -12,5 +12,6 @@ SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
MAN5= bootptab.5
MAN8= bootpd.8
+MLINKS= bootpd.8 bootpgw.8
.include <bsd.prog.mk>