aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nullfs
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
commitfe655281c5aaa0c4feb637ba0199f869ba84a78b (patch)
treeec6d9a3298f43e6216117f9bd115130df43bf52a /sbin/mount_nullfs
parent6817e978cfb63ed11372fa169dc49f0b0b2d7bd1 (diff)
downloadsrc-fe655281c5aaa0c4feb637ba0199f869ba84a78b.tar.gz
src-fe655281c5aaa0c4feb637ba0199f869ba84a78b.zip
Set the default manual section for sbin/ to 8.
Notes
Notes: svn path=/head/; revision=74531
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r--sbin/mount_nullfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile
index 3f8b3ef94b02..f7670ab46868 100644
--- a/sbin/mount_nullfs/Makefile
+++ b/sbin/mount_nullfs/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 8.3 (Berkeley) 3/27/94
+# $FreeBSD$
PROG= mount_null
SRCS= mount_null.c getmntopts.c
-MAN8= mount_null.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}