aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_null
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 02:42:42 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 02:42:42 +0000
commit404c1a5fc1fea7d6d5fa8edd6acb65e32f19c8bd (patch)
tree5c31f53e1b763ae0e5b09e58a82c792ab0f8f3ae /sbin/mount_null
parentbed8f8b45c6ef369940c41ceaab6c6c4c2ffd5cc (diff)
Notes
Diffstat (limited to 'sbin/mount_null')
-rw-r--r--sbin/mount_null/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_null/Makefile b/sbin/mount_null/Makefile
index aae87e11b2dbb..f20f91b6b6f49 100644
--- a/sbin/mount_null/Makefile
+++ b/sbin/mount_null/Makefile
@@ -2,7 +2,7 @@
PROG= mount_null
SRCS= mount_null.c getmntopts.c
-MAN8= mount_null.0
+MAN8= mount_null.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I/sys -I${MOUNT}