]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/Makefile.inc
snmp_pf: use libpfctl's pfctl_get_rules_info() rather than DIOCGETRULES
[FreeBSD/FreeBSD.git] / usr.sbin / unbound / Makefile.inc
1
2 MK_WERROR=      no
3 NO_WTHREAD_SAFETY= true
4 PACKAGE=        unbound
5
6 .for man in ${MAN}
7 ${man}: ${UNBOUNDDIR}/doc/${man:S/local-//}
8         sed -E \
9             -e 's/\<(fI)?u(nbound\>[^.])/\1local-u\2/g' \
10             -e 's/\<(fI)?U(nbound\>[^.])/\1Local-u\2/g' \
11             -e 's/\/local-unbound/\/unbound/g' \
12             <${.ALLSRC} >${.TARGET}
13 CLEANFILES += ${man}
14 .endfor
15
16 .include "../Makefile.inc"