diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
commit | 87f01287d291dc9c0b0f542ff241ce793ebecabb (patch) | |
tree | 9432b95b3639762b3f6e15eff43405626ceb4c7c /usr.sbin/mountd/Makefile | |
parent | bf49c4278a6c3cc2b9792089339ae098707b239a (diff) | |
download | src-87f01287d291dc9c0b0f542ff241ce793ebecabb.tar.gz src-87f01287d291dc9c0b0f542ff241ce793ebecabb.zip |
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
the default.
Notes
Notes:
svn path=/head/; revision=32645
Diffstat (limited to 'usr.sbin/mountd/Makefile')
-rw-r--r-- | usr.sbin/mountd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index c05730df627c..6a2097a91afe 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -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 |