Merge from vendor branch OPENSSH:
[dragonfly.git] / sbin / mountd / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/25/94
2 # $FreeBSD: src/sbin/mountd/Makefile,v 1.9.2.1 2001/04/25 10:58:41 ru Exp $
3 # $DragonFly: src/sbin/mountd/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
4
5 PROG=   mountd
6 CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
7 MAN=    exports.5 netgroup.5 mountd.8
8
9 .include <bsd.prog.mk>