From a23a98f93775337b71a7091ec9f7ca246cb401fe Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 20 Mar 2001 18:10:13 +0000 Subject: Set the default manual section for libexec/ to 8. --- libexec/bootpd/tools/Makefile.inc | 3 ++- libexec/bootpd/tools/bootpef/Makefile | 1 - libexec/bootpd/tools/bootptest/Makefile | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'libexec/bootpd') diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 16007ee..9930147 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 dfb7662..860509c 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 1bc8887..e82fcb2 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}/../.. -- cgit v1.1