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