]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/Makefile.inc
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / usr.sbin / unbound / Makefile.inc
1 # $FreeBSD$
2
3 NO_WERROR=      true
4 NO_WTHREAD_SAFETY= true
5 PACKAGE=        unbound
6
7 .for man in ${MAN}
8 ${man}: ${UNBOUNDDIR}/doc/${man:S/local-//}
9         sed -E \
10             -e 's/\<(fI)?u(nbound\>[^.])/\1local-u\2/g' \
11             -e 's/\<(fI)?U(nbound\>[^.])/\1Local-u\2/g' \
12             -e 's/\/local-unbound/\/unbound/g' \
13             <${.ALLSRC} >${.TARGET}
14 CLEANFILES += ${man}
15 .endfor
16
17 .include "../Makefile.inc"