xref: /freebsd/usr.sbin/unbound/Makefile.inc (revision b00ab754)
1# $FreeBSD$
2
3NO_WERROR=	true
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)?unbound\>/\1local-unbound/g' \
11	    -e 's/\<(fI)?Unbound\>/Local-unbound/g' \
12	    -e 's/\/local-unbound/\/unbound/g' \
13	    <${.ALLSRC} >${.TARGET}
14CLEANFILES += ${man}
15.endfor
16
17.include "../Makefile.inc"
18