xref: /dragonfly/sbin/mountd/Makefile (revision 9348a738)
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
4PROG=	mountd
5CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
6MAN=	exports.5 netgroup.5 mountd.8
7WARNS?=	2
8
9DPADD=	${LIBUTIL}
10LDADD=	-lutil
11
12.include <bsd.prog.mk>
13