]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/nfsdumpstate/Makefile
Import atf 0.22 snapshot ca73d08c3fc1ecffc1f1c97458c31ab82c12bb01
[FreeBSD/FreeBSD.git] / usr.sbin / nfsdumpstate / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   nfsdumpstate
6 MAN=    nfsdumpstate.8
7
8 .if ${MK_INET_SUPPORT} != "no"
9 CFLAGS+= -DINET
10 .endif
11 .if ${MK_INET6_SUPPORT} != "no"
12 CFLAGS+= -DINET6
13 .endif
14
15 .include <bsd.prog.mk>