summaryrefslogtreecommitdiff
path: root/usr.bin/tput
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
commit9c0dc173cc77c4480ea66866d12021bb609b5deb (patch)
tree67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /usr.bin/tput
parent6eee579315c654f5d06b165ce593fa686aeafbb3 (diff)
Notes
Diffstat (limited to 'usr.bin/tput')
-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 abec983788f3..45d369f88010 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>