aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/unbound/Makefile.inc
blob: cdb1faf5a14f7cc099ef4e7b3924bdddd29d8907 (plain) (tree)
1
2
3
4
5
6
7
8
9

           

                       
                       
 


                                           

                                                         




                                                
                          
# $FreeBSD$

NO_WERROR=	true
NO_WTHREAD_SAFETY= true
PACKAGE=	unbound

.for man in ${MAN}
${man}: ${UNBOUNDDIR}/doc/${man:S/local-//}
	sed -E \
	    -e 's/\<(fI)?u(nbound\>[^.])/\1local-u\2/g' \
	    -e 's/\<(fI)?U(nbound\>[^.])/\1Local-u\2/g' \
	    -e 's/\/local-unbound/\/unbound/g' \
	    <${.ALLSRC} >${.TARGET}
CLEANFILES += ${man}
.endfor

.include "../Makefile.inc"