diff options
author | bde <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
commit | d53ef8ee6e3691c20632d823bfdfecaddef8040d (patch) | |
tree | 40fb6b4690ac13ca43474970935ddeaca9cbee4d /usr.sbin/mount_portalfs | |
parent | d40992eed703935d0806227d0513776856fad0a8 (diff) | |
download | FreeBSD-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/mount_portalfs')
-rw-r--r-- | usr.sbin/mount_portalfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} |