Set the default manual section for libexec/ to 8.

This commit is contained in:
Ruslan Ermilov
2001-03-20 18:10:13 +00:00
parent 1c011f20f6
commit 020ee2dc9f
30 changed files with 7 additions and 35 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
# Makefile.inc
# $FreeBSD$
BINDIR=/usr/sbin
BINDIR= /usr/sbin
MANSECT?= 8
-1
View File
@@ -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
-1
View File
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= bootptest
MAN8= bootptest.8
SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
SRCDIR= ${.CURDIR}/../..