xref: /freebsd/usr.sbin/unbound/Makefile.inc (revision 4d846d26)
1# $FreeBSD$
2
3MK_WERROR=	no
4NO_WTHREAD_SAFETY= true
5PACKAGE=	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}
14CLEANFILES += ${man}
15.endfor
16
17.include "../Makefile.inc"
18