diff options
Diffstat (limited to 'usr.sbin/unbound/Makefile.in')
-rw-r--r-- | usr.sbin/unbound/Makefile.in | 2 |
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. |