summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-20 10:40:18 +0000
committerbde <bde@FreeBSD.org>1998-01-20 10:40:18 +0000
commitd53ef8ee6e3691c20632d823bfdfecaddef8040d (patch)
tree40fb6b4690ac13ca43474970935ddeaca9cbee4d /usr.sbin
parentd40992eed703935d0806227d0513776856fad0a8 (diff)
downloadFreeBSD-src-d53ef8ee6e3691c20632d823bfdfecaddef8040d.zip
FreeBSD-src-d53ef8ee6e3691c20632d823bfdfecaddef8040d.tar.gz
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
the default.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/amd/amd/Makefile1
-rw-r--r--usr.sbin/mount_portalfs/Makefile3
-rw-r--r--usr.sbin/mountd/Makefile3
-rw-r--r--usr.sbin/nfsd/Makefile1
4 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile
index 377035a..85cb9fc 100644
--- a/usr.sbin/amd/amd/Makefile
+++ b/usr.sbin/amd/amd/Makefile
@@ -22,7 +22,6 @@ CFLAGS+=-DARCH_REP=\"${MACHINE}\"
CFLAGS+=-DOS_REP=\"${OS}\"
CFLAGS+=-DOS_HDR=\"os-${OS}.h\"
CFLAGS+=${CONFIG}
-CFLAGS+=-D_NEW_VFSCONF
CLEANFILES+=vers.${PROG}.c vers.${PROG}.o version.amd
CLEANFILES+=mount.h mount_xdr.c nfs_prot.h nfs_prot_xdr.c nfs_prot_svc.c
RPCCOM = rpcgen
diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile
index fd0e416..af7d536 100644
--- a/usr.sbin/mount_portalfs/Makefile
+++ b/usr.sbin/mount_portalfs/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 3/27/94
-# $Id: Makefile,v 1.6 1997/02/22 14:32:52 peter Exp $
+# $Id: Makefile,v 1.7 1997/03/11 12:34:55 peter Exp $
PROG= mount_portal
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
@@ -7,7 +7,6 @@ SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
MAN8= mount_portal.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile
index c05730d..6a2097a 100644
--- a/usr.sbin/mountd/Makefile
+++ b/usr.sbin/mountd/Makefile
@@ -1,8 +1,7 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
-# $Id: Makefile,v 1.6 1997/02/22 14:33:01 peter Exp $
+# $Id: Makefile,v 1.7 1997/03/11 12:43:42 peter Exp $
PROG= mountd
-CFLAGS+= -D_NEW_VFSCONF
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
MAN5= exports.5 netgroup.5
MAN8= mountd.8
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 6a144fa..12ce92e 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= nfsd
-CFLAGS+= -D_NEW_VFSCONF
CFLAGS+=-DNFS
MAN8= nfsd.8
DPADD+= ${LIBUTIL}
OpenPOWER on IntegriCloud