summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
committerru <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
commit56b5d7535b94f68324d688401270d40f3779f0aa (patch)
tree5595d1171fe386d2597473f260d7abc50f6f6ff3 /usr.sbin
parentebd6ae3e698b396be69e6680b62601a931178567 (diff)
downloadFreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.zip
FreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.tar.gz
Set the default manual section for sbin/ to 8.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mount_nwfs/Makefile1
-rw-r--r--usr.sbin/mount_portalfs/Makefile1
-rw-r--r--usr.sbin/nfsd/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile
index 0c3d478..c6a4f10 100644
--- a/usr.sbin/mount_nwfs/Makefile
+++ b/usr.sbin/mount_nwfs/Makefile
@@ -2,7 +2,6 @@
PROG= mount_nwfs
SRCS= mount_nwfs.c getmntopts.c
-MAN8= mount_nwfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -DNWFS -I${MOUNT}
diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile
index 23a5bd7..94938a3 100644
--- a/usr.sbin/mount_portalfs/Makefile
+++ b/usr.sbin/mount_portalfs/Makefile
@@ -4,7 +4,6 @@
PROG= mount_portal
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
-MAN8= mount_portal.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 5572762..3e0f8c5 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -3,7 +3,6 @@
PROG= nfsd
CFLAGS+=-DNFS
-MAN8= nfsd.8
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS
OpenPOWER on IntegriCloud