diff options
author | 2014-03-26 21:36:40 +0000 | |
---|---|---|
committer | 2014-03-26 21:36:40 +0000 | |
commit | a277877fe960daf87cee64c79147d99ccf9cdb54 (patch) | |
tree | 75748b734743f6547ed2daeee84e986d4ce36ef8 | |
parent | Handle unbound-host(1) the same way as other manpages and have configure (diff) | |
download | wireguard-openbsd-a277877fe960daf87cee64c79147d99ccf9cdb54.tar.xz wireguard-openbsd-a277877fe960daf87cee64c79147d99ccf9cdb54.zip |
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.
-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: |