summaryrefslogtreecommitdiffstats
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-11-12 20:12:56 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-11-12 20:12:56 +0000
commitff08aa9e3d1fe568c1e62b1c7efc24142c1a7396 (patch)
treee01d55969e797bf2f533f333658c95fc41c6062a /sbin/mount/Makefile
parent1bfd712b60296f5b4a8cdc835b542f2320b24d97 (diff)
downloadFreeBSD-src-ff08aa9e3d1fe568c1e62b1c7efc24142c1a7396.zip
FreeBSD-src-ff08aa9e3d1fe568c1e62b1c7efc24142c1a7396.tar.gz
- Minor fixes to raise WARNS level to 6.
- Teach the mount program to call the nmount() syscall directly - Preserve existing method of calling mount() for UFS, until we clean things up. - Preserve existing method of forking and calling external mount programs for mfs, msdosfs, nfs, nfs4, ntfs, nwfs, nullfs, portalfs, reiserfs, smbfs, udf, umapfs, unionfs - devfs, linprocfs, procfs, ext2fs call nmount() syscall directly, since that is all those external mount programs were doing Reviewed by: phk Discussed on: arch
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index 4cd26ac..6429858 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PROG= mount
-SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
-WARNS?= 3
+SRCS= mount.c mount_fs.c mount_ufs.c getmntopts.c vfslist.c
+WARNS?= 6
MAN= mount.8
# We do NOT install the getmntopts.3 man page.
OpenPOWER on IntegriCloud