]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/Makefile.inc
Fix multiple vulnerabilities in unbound.
[FreeBSD/FreeBSD.git] / usr.sbin / unbound / Makefile.inc
1 # $FreeBSD$
2
3 NO_WERROR= true
4 PACKAGE=        unbound
5
6 .for man in ${MAN}
7 ${man}: ${UNBOUNDDIR}/doc/${man:S/local-//}
8         sed -E \
9             -e 's/\<(fI)?unbound\>/\1local-unbound/g' \
10             -e 's/\<(fI)?Unbound\>/Local-unbound/g' \
11             -e 's/\/local-unbound/\/unbound/g' \
12             <${.ALLSRC} >${.TARGET}
13 CLEANFILES += ${man}
14 .endfor
15
16 .include "../Makefile.inc"