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 /sbin/mount_std | |
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 'sbin/mount_std')
-rw-r--r-- | sbin/mount_std/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index 91befcf..4085850 100644 --- a/sbin/mount_std/Makefile +++ b/sbin/mount_std/Makefile @@ -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} |