diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-02 17:48:46 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-02 17:48:46 +0000 |
commit | 4ea9ae6b00d60d26ba49f25425e97814d4c4fb9b (patch) | |
tree | fb94c123cf355b4f4c8c053a49dbfd16e84ae732 /libexec | |
parent | 9cb3ec85d3c12118e0c410a2be76cd5a8eae378b (diff) | |
download | FreeBSD-src-4ea9ae6b00d60d26ba49f25425e97814d4c4fb9b.zip FreeBSD-src-4ea9ae6b00d60d26ba49f25425e97814d4c4fb9b.tar.gz |
Add some missing manual page links.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/bootpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 659e3aa..06dea58 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> |