1 2MK_WERROR= no 3NO_WTHREAD_SAFETY= true 4PACKAGE= 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} 13CLEANFILES += ${man} 14.endfor 15 16.include "../Makefile.inc" 17