2009-05-26 15:19:04 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2019-04-13 21:45:45 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
2009-05-26 15:19:04 +00:00
|
|
|
PROG= nfsdumpstate
|
|
|
|
MAN= nfsdumpstate.8
|
|
|
|
|
2019-04-13 21:45:45 +00:00
|
|
|
.if ${MK_INET_SUPPORT} != "no"
|
|
|
|
CFLAGS+= -DINET
|
|
|
|
.endif
|
|
|
|
.if ${MK_INET6_SUPPORT} != "no"
|
|
|
|
CFLAGS+= -DINET6
|
|
|
|
.endif
|
|
|
|
|
2009-05-26 15:19:04 +00:00
|
|
|
.include <bsd.prog.mk>
|