From d53ef8ee6e3691c20632d823bfdfecaddef8040d Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 20 Jan 1998 10:40:18 +0000 Subject: Removed definition of _NEW_VFSCONF. The new vfsconf interface is now the default. --- sbin/mount_portal/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/mount_portal') 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} -- cgit v1.1