summaryrefslogtreecommitdiffstats
path: root/usr.bin/shar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/shar/Makefile')
-rw-r--r--usr.bin/shar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile
index 8e388be..79895df 100644
--- a/usr.bin/shar/Makefile
+++ b/usr.bin/shar/Makefile
@@ -3,7 +3,7 @@
MAN1= shar.1
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud