summaryrefslogtreecommitdiffstats
path: root/sbin/mount_std/Makefile
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-12-14 22:58:37 +0000
committermpp <mpp@FreeBSD.org>1996-12-14 22:58:37 +0000
commitd6f5b2f85614c5f1927ceca80e42107d3c77479e (patch)
tree19c4e2d24b6ea46a8f743152d9af612ceae064af /sbin/mount_std/Makefile
parent2d8d988894bcac09c4bf5efc5800892a7930cd12 (diff)
downloadFreeBSD-src-d6f5b2f85614c5f1927ceca80e42107d3c77479e.zip
FreeBSD-src-d6f5b2f85614c5f1927ceca80e42107d3c77479e.tar.gz
Now that all of the "standard" file system mount commands
refer the reader to the detailed information in section 5, remove the mount_* man pages for those file system. mount_std(8) to cover all of the file systems it is currently being used to mount. mount_{devfs, fdesc, kernfs, procfs}.8 are now MLINKS to mount_std.
Diffstat (limited to 'sbin/mount_std/Makefile')
-rw-r--r--sbin/mount_std/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile
index ff01131..4085850 100644
--- a/sbin/mount_std/Makefile
+++ b/sbin/mount_std/Makefile
@@ -2,7 +2,9 @@
PROG= mount_std
SRCS= mount_std.c getmntopts.c
-MAN8= mount_std.8 mount_devfs.8 mount_fdesc.8 mount_kernfs.8 mount_procfs.8
+MAN8= mount_std.8
+MLINKS= mount_std.8 mount_devfs.8 mount_std.8 mount_fdesc.8 \
+ mount_std.8 mount_kernfs.8 mount_std.8 mount_procfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
OpenPOWER on IntegriCloud