]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/nfsuserd/Makefile
MFC: r345994
[FreeBSD/stable/10.git] / usr.sbin / nfsuserd / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   nfsuserd
6 MAN=    nfsuserd.8
7 WARNS?= 3
8
9 .if ${MK_INET_SUPPORT} != "no"
10 CFLAGS+= -DINET
11 .endif
12 .if ${MK_INET6_SUPPORT} != "no"
13 CFLAGS+= -DINET6
14 .endif
15
16 .include <bsd.prog.mk>