]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/mountd/Makefile
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
[FreeBSD/FreeBSD.git] / usr.sbin / mountd / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/25/94
2 #       $Id: Makefile,v 1.7 1997/03/11 12:43:42 peter Exp $
3
4 PROG=   mountd
5 CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
6 MAN5=   exports.5 netgroup.5
7 MAN8=   mountd.8
8
9 .include <bsd.prog.mk>