]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/nfsdumpstate/Makefile
amd64: stop using top of the thread' kernel stack for FPU user save area
[FreeBSD/FreeBSD.git] / usr.sbin / nfsdumpstate / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PACKAGE=        nfs
6
7 PROG=   nfsdumpstate
8 MAN=    nfsdumpstate.8
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>