aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:10:13 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:10:13 +0000
commit020ee2dc9fb13a1004e1107b7382f3d074255f58 (patch)
treef0fe2c53eabb91958eeca5d28446075ee7afcb35 /libexec/bootpd
parent1c011f20f684784227856596edeaf9ef2d6e0373 (diff)
downloadsrc-020ee2dc9fb13a1004e1107b7382f3d074255f58.tar.gz
src-020ee2dc9fb13a1004e1107b7382f3d074255f58.zip
Set the default manual section for libexec/ to 8.
Notes
Notes: svn path=/head/; revision=74529
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/tools/Makefile.inc3
-rw-r--r--libexec/bootpd/tools/bootpef/Makefile1
-rw-r--r--libexec/bootpd/tools/bootptest/Makefile1
3 files changed, 2 insertions, 3 deletions
diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc
index 16007eec373b..993014725b0e 100644
--- a/libexec/bootpd/tools/Makefile.inc
+++ b/libexec/bootpd/tools/Makefile.inc
@@ -1,4 +1,5 @@
# Makefile.inc
# $FreeBSD$
-BINDIR=/usr/sbin
+BINDIR= /usr/sbin
+MANSECT?= 8
diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile
index dfb766255864..860509cb1d88 100644
--- a/libexec/bootpd/tools/bootpef/Makefile
+++ b/libexec/bootpd/tools/bootpef/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= bootpef
-MAN8= 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 1bc8887432f2..e82fcb207da0 100644
--- a/libexec/bootpd/tools/bootptest/Makefile
+++ b/libexec/bootpd/tools/bootptest/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= bootptest
-MAN8= bootptest.8
SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
SRCDIR= ${.CURDIR}/../..