summaryrefslogtreecommitdiffstats
path: root/share/misc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/misc/Makefile')
-rw-r--r--share/misc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 3b59d71..7a6557c 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -8,7 +8,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
- cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
- ${DESTDIR}${BINDIR}/misc
+ cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${FILES} ${DESTDIR}${BINDIR}/misc
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud