summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-11-20 04:15:29 +0000
committerderaadt <deraadt@openbsd.org>2014-11-20 04:15:29 +0000
commit3376e82188091f69d187736182d98fff9ffbedd7 (patch)
treeaa9a8b4e880220d481ead9fee31a91beb210f37a
parentMerge from FreeBSD: (diff)
downloadwireguard-openbsd-3376e82188091f69d187736182d98fff9ffbedd7.tar.xz
wireguard-openbsd-3376e82188091f69d187736182d98fff9ffbedd7.zip
run the install script with sh. Come on upstream -- allow us to build
your software on noexec filesystems...
-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 cb6838f9e83..24c87f6e915 100644
--- a/usr.sbin/unbound/Makefile.in
+++ b/usr.sbin/unbound/Makefile.in
@@ -80,7 +80,7 @@ LINTFLAGS+="-Dsigset_t=long"
# FreeBSD
LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=va_list"
-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.