summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2012-08-23 23:10:03 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2012-08-23 23:10:03 +0000
commitb1c2824c7883a851fe5a5f31d208d737c2f18cbb (patch)
tree69415c1c1a14aead3c2e285a6196691ba001019c
parent23d220e4eb2bc886e7f77a98bd3a73e21505d425 (diff)
cope with non-executable install-sh in unbound
-rw-r--r--usr.sbin/unbound/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/Makefile.in b/usr.sbin/unbound/Makefile.in
index b663303009c..dbbd37444dd 100644
--- a/usr.sbin/unbound/Makefile.in
+++ b/usr.sbin/unbound/Makefile.in
@@ -72,7 +72,7 @@ LINTFLAGS+="-Dsigset_t=long"
# FreeBSD8
LINTFLAGS+="-D__uint16_t=uint16_t"
-INSTALL=$(srcdir)/install-sh
+INSTALL=sh $(srcdir)/install-sh
#pythonmod.c is not here, it is mentioned by itself in its own rules,
#makedepend fails on missing interface.h otherwise.