aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ifs
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-25 20:38:35 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-25 20:38:35 +0000
commitfa02b62ae70ac00e1712f89d9ca33f4638a417a6 (patch)
tree78081a4b0dcbfbd8003a8c2d8557830693964a98 /sbin/mount_ifs
parent013739386fe3e11ea0626372307b8ac219155ea8 (diff)
downloadsrc-fa02b62ae70ac00e1712f89d9ca33f4638a417a6.tar.gz
src-fa02b62ae70ac00e1712f89d9ca33f4638a417a6.zip
Backed out previous commit - don't clobber the (normally equivalent)
default for NOSHARED.
Notes
Notes: svn path=/head/; revision=28734
Diffstat (limited to 'sbin/mount_ifs')
-rw-r--r--sbin/mount_ifs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_ifs/Makefile b/sbin/mount_ifs/Makefile
index d6a589fb1e6d..e05d5c796f8e 100644
--- a/sbin/mount_ifs/Makefile
+++ b/sbin/mount_ifs/Makefile
@@ -1,11 +1,10 @@
# @(#)Makefile 8.6 (Berkeley) 5/8/95
-# $Id$
+# $Id: Makefile,v 1.4 1997/08/24 21:02:46 steve Exp $
PROG= mount
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
-NOSHARED= yes
.include <bsd.prog.mk>