freebsd-src/usr.sbin/nfsdumpstate/Makefile

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

17 lines
213 B
Makefile
Raw Normal View History

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