summaryrefslogtreecommitdiffstats
path: root/sbin/mount_portal
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 /sbin/mount_portal
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 'sbin/mount_portal')
-rw-r--r--sbin/mount_portal/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile
index fd0e416..af7d536 100644
--- a/sbin/mount_portal/Makefile
+++ b/sbin/mount_portal/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}
OpenPOWER on IntegriCloud