summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ifs/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 12:28:00 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 12:28:00 +0000
commit2feef020b355ece983a669243a95d099367b171c (patch)
tree9839b9610f8f5ce97f93c3d8c197a93fc61d2c61 /sbin/mount_ifs/Makefile
parentd2924d1b179ce176f260d3d1bc75c9cc4ea6262e (diff)
downloadFreeBSD-src-2feef020b355ece983a669243a95d099367b171c.zip
FreeBSD-src-2feef020b355ece983a669243a95d099367b171c.tar.gz
Merge from Lite2
- use new getvfsbyname() interface and mount(2) interface **DANGER WILL ROBINSON!!** You must be running a -current kernel from within a week or so in order for this to work!
Diffstat (limited to 'sbin/mount_ifs/Makefile')
-rw-r--r--sbin/mount_ifs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount_ifs/Makefile b/sbin/mount_ifs/Makefile
index 6d87935..a06b102 100644
--- a/sbin/mount_ifs/Makefile
+++ b/sbin/mount_ifs/Makefile
@@ -1,8 +1,9 @@
-# @(#)Makefile 8.5 (Berkeley) 3/27/94
+# @(#)Makefile 8.6 (Berkeley) 5/8/95
PROG= mount
-SRCS= mount.c mount_ufs.c getmntopts.c
+SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
MAN8= mount.8
# We do NOT install the getmntopts.3 man page.
+CFLAGS+= -D_NEW_VFSCONF
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud