diff options
Diffstat (limited to 'sbin/mountd/Makefile')
| -rw-r--r-- | sbin/mountd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index f32e11b895eb..c05730df627c 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -1,7 +1,8 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 14:33:01 peter Exp $ PROG= mountd +CFLAGS+= -D_NEW_VFSCONF CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS MAN5= exports.5 netgroup.5 MAN8= mountd.8 |
