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