diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
commit | 45d92a4319ace58d340a2d927cce946cca698aff (patch) | |
tree | 17d450586ba57fae581433d40c299e5c38970669 /libexec/bootpd | |
parent | 543d4969833536e702250d65bb8f821f6d36c733 (diff) | |
download | FreeBSD-src-45d92a4319ace58d340a2d927cce946cca698aff.zip FreeBSD-src-45d92a4319ace58d340a2d927cce946cca698aff.tar.gz |
- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'libexec/bootpd')
-rw-r--r-- | libexec/bootpd/Makefile | 3 | ||||
-rw-r--r-- | libexec/bootpd/tools/Makefile.inc | 1 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootpef/Makefile | 1 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index f428be8..830577a 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -10,8 +10,7 @@ SUBDIR= bootpgw 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 +MAN= bootptab.5 bootpd.8 MLINKS= bootpd.8 bootpgw.8 .include <bsd.prog.mk> diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 9930147..4d78761 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -2,4 +2,3 @@ # $FreeBSD$ BINDIR= /usr/sbin -MANSECT?= 8 diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index 860509c..9436561 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= bootpef +MAN= bootpef.8 SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \ hwaddr.c report.c tzone.c rtmsg.c diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index e82fcb2..fae5127 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= bootptest +MAN= bootptest.8 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c SRCDIR= ${.CURDIR}/../.. |