freebsd-src/usr.sbin/nfsuserd/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
215 B
Makefile
Raw Normal View History

.include <src.opts.mk>
PACKAGE= nfs
PROG= nfsuserd
MAN= nfsuserd.8
WARNS?= 3
.if ${MK_INET_SUPPORT} != "no"
CFLAGS+= -DINET
.endif
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
.include <bsd.prog.mk>