rpc: Add support for NO_WCAST_FUNCTION_TYPE make variables.
[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
4 PROG=   mountd
5 CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
6 MAN=    exports.5 netgroup.5 mountd.8
7 WARNS?= 3
8
9 DPADD=  ${LIBUTIL}
10 LDADD=  -lutil
11
12 NO_WCAST_FUNCTION_TYPE=
13
14 .include <bsd.prog.mk>