summaryrefslogtreecommitdiffstats
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-11-23 23:22:56 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-11-23 23:22:56 +0000
commit4808c023d9ae1f822fe4a4c8401024ddc8a91bcb (patch)
treedc145b9d82d809542eb97b15140e9410e72efca2 /sbin/mount/Makefile
parent6e9653b075bd44bb51508d933d7102cd89a53c9a (diff)
downloadFreeBSD-src-4808c023d9ae1f822fe4a4c8401024ddc8a91bcb.zip
FreeBSD-src-4808c023d9ae1f822fe4a4c8401024ddc8a91bcb.tar.gz
Remove UFS-specific parts from mount(8).
For mounting UFS, all mount options are passed directly to nmount(), without any UFS-specific logic.
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index 6429858..49005fb 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= mount
-SRCS= mount.c mount_fs.c mount_ufs.c getmntopts.c vfslist.c
+SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
WARNS?= 6
MAN= mount.8
# We do NOT install the getmntopts.3 man page.
OpenPOWER on IntegriCloud