diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-26 21:36:41 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-26 21:36:41 +0000 |
commit | 6fa0e5bad1d13350190b9009d40375e725626a71 (patch) | |
tree | 608c676d1f825840e22810625860bd615bbafd7c /usr.sbin/unbound | |
parent | 03ae8c5dd60616ead6c93284884de3100d0ae909 (diff) |
Remove bsd-wrapper pieces to handle pulling unbound-host.1 from src,
no longer needed now that this file is handled the same in Unbound's build
infrastructure as the other manpages.
Diffstat (limited to 'usr.sbin/unbound')
-rw-r--r-- | usr.sbin/unbound/Makefile.bsd-wrapper | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/unbound/Makefile.bsd-wrapper b/usr.sbin/unbound/Makefile.bsd-wrapper index e13c19dff0f..5d01ee90d55 100644 --- a/usr.sbin/unbound/Makefile.bsd-wrapper +++ b/usr.sbin/unbound/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2014/03/21 00:23:15 sthen Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2014/03/26 21:36:40 sthen Exp $ .include <bsd.own.mk> @@ -56,10 +56,6 @@ config: .FORCE ${XCFLAGS} \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ sh ${.CURDIR}/configure ${CONFIGURE_OPTS_UNBOUND} - if [ ! -e ${.OBJDIR}/doc/unbound-host.1 ]; then \ - cp ${.CURDIR}/doc/unbound-host.1 \ - ${.OBJDIR}/doc/unbound-host.1; \ - fi ${.OBJDIR}/config.status: cd ${.OBJDIR} && \ @@ -67,10 +63,6 @@ ${.OBJDIR}/config.status: ${XCFLAGS} \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ sh ${.CURDIR}/configure ${CONFIGURE_OPTS_UNBOUND} - if [ ! -e ${.OBJDIR}/doc/unbound-host.1 ]; then \ - cp ${.CURDIR}/doc/unbound-host.1 \ - ${.OBJDIR}/doc/unbound-host.1; \ - fi .ifdef NOMAN maninstall: |