]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/nfsdumpstate/Makefile
efibootmgr: support '-b bootXXXX' as an alias for '-b XXXX'
[FreeBSD/FreeBSD.git] / usr.sbin / nfsdumpstate / Makefile
1
2 .include <src.opts.mk>
3
4 PACKAGE=        nfs
5
6 PROG=   nfsdumpstate
7 MAN=    nfsdumpstate.8
8
9 .if ${MK_INET_SUPPORT} != "no"
10 CFLAGS+= -DINET
11 .endif
12 .if ${MK_INET6_SUPPORT} != "no"
13 CFLAGS+= -DINET6
14 .endif
15
16 .include <bsd.prog.mk>