Removed definition of _NEW_VFSCONF. The new vfsconf interface is now

the default.
This commit is contained in:
bde 1998-01-20 10:40:18 +00:00
parent d40992eed7
commit d53ef8ee6e
30 changed files with 14 additions and 43 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1997/03/13 17:29:08 bde Exp $
# $Id: Makefile,v 1.6 1997/08/07 21:30:59 steve Exp $
# @(#)Makefile 8.3 (Berkeley) 5/8/95
PROG= df
@ -7,7 +7,7 @@ BINGRP= operator
BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT} -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.5 1997/03/03 13:23:54 bde Exp $
# $Id: Makefile,v 1.6 1997/10/21 07:26:50 bde Exp $
#
PROG= mount_msdos
@ -7,7 +7,6 @@ SRCS= mount_msdos.c getmntopts.c
MAN8= mount_msdos.8
MOUNT= ${.CURDIR}/../../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $Id: Makefile,v 1.13 1997/07/05 19:34:51 ache Exp $
# $Id: Makefile,v 1.14 1997/08/18 03:32:09 davidn Exp $
PROG= init
MAN8= init.8
BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -D_NEW_VFSCONF
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des

View File

@ -1,10 +1,9 @@
# @(#)Makefile 8.6 (Berkeley) 5/8/95
# $Id: Makefile,v 1.4 1997/08/24 21:02:46 steve Exp $
# $Id: Makefile,v 1.5 1997/08/25 20:38:35 bde 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
.include <bsd.prog.mk>

View File

@ -5,7 +5,6 @@ SRCS= mount_cd9660.c getmntopts.c
MAN8= mount_cd9660.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -5,7 +5,6 @@ SRCS= mount_ext2fs.c getmntopts.c
MAN8= mount_ext2fs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -1,10 +1,9 @@
# @(#)Makefile 8.6 (Berkeley) 5/8/95
# $Id: Makefile,v 1.4 1997/08/24 21:02:46 steve Exp $
# $Id: Makefile,v 1.5 1997/08/25 20:38:35 bde 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
.include <bsd.prog.mk>

View File

@ -5,7 +5,6 @@ SRCS= mount_lfs.c getmntopts.c
MAN8= mount_lfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.5 1997/03/03 13:23:54 bde Exp $
# $Id: Makefile,v 1.6 1997/10/21 07:26:50 bde Exp $
#
PROG= mount_msdos
@ -7,7 +7,6 @@ SRCS= mount_msdos.c getmntopts.c
MAN8= mount_msdos.8
MOUNT= ${.CURDIR}/../../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.5 1997/03/03 13:23:54 bde Exp $
# $Id: Makefile,v 1.6 1997/10/21 07:26:50 bde Exp $
#
PROG= mount_msdos
@ -7,7 +7,6 @@ SRCS= mount_msdos.c getmntopts.c
MAN8= mount_msdos.8
MOUNT= ${.CURDIR}/../../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -5,7 +5,6 @@ SRCS= mount_nfs.c getmntopts.c
MAN8= mount_nfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -DNFS -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -5,7 +5,6 @@ SRCS= mount_null.c getmntopts.c
MAN8= mount_null.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -5,7 +5,6 @@ SRCS= mount_null.c getmntopts.c
MAN8= mount_null.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -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}

View File

@ -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}

View File

@ -7,7 +7,6 @@ MLINKS= mount_std.8 mount_devfs.8 mount_std.8 mount_fdesc.8 \
mount_std.8 mount_kernfs.8 mount_std.8 mount_procfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -5,7 +5,6 @@ SRCS= mount_umap.c getmntopts.c
MAN8= mount_umap.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -5,7 +5,6 @@ SRCS= mount_umap.c getmntopts.c
MAN8= mount_umap.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -5,7 +5,6 @@ SRCS= mount_union.c getmntopts.c
MAN8= mount_union.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -5,7 +5,6 @@ SRCS= mount_union.c getmntopts.c
MAN8= mount_union.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}

View File

@ -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

View File

@ -5,7 +5,6 @@ SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c
MAN8= newfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+=-DMFS -DFSIRAND -I${MOUNT}
.PATH: ${MOUNT} ${.CURDIR}/../disklabel

View File

@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= nfsd
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+=-DNFS
MAN8= nfsd.8
DPADD+= ${LIBUTIL}

View File

@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= nfsiod
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+=-DNFS
MAN8= nfsiod.8

View File

@ -8,6 +8,4 @@ MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
CFLAGS+= -D_NEW_VFSCONF
.include <bsd.prog.mk>

View File

@ -2,6 +2,5 @@
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
CFLAGS+=-D_NEW_VFSCONF
.include <bsd.prog.mk>

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= nfsd
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+=-DNFS
MAN8= nfsd.8
DPADD+= ${LIBUTIL}