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