diff --git a/Makefile.libcompat b/Makefile.libcompat index 08630e9909b2..3f23a33aa19b 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -10,7 +10,7 @@ __<${_this:T}>__: # Yes, the flags are redundant. LIBCOMPATWMAKEENV+= \ - INSTALL="sh ${.CURDIR}/tools/install.sh" \ + INSTALL="${INSTALL_CMD} -U" \ PATH=${TMPPATH} \ SYSROOT=${LIBCOMPATTMP} \ LIBDIR=/usr/lib${libcompat} \