diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
| commit | 9c0dc173cc77c4480ea66866d12021bb609b5deb (patch) | |
| tree | 67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /usr.bin/tput | |
| parent | 6eee579315c654f5d06b165ce593fa686aeafbb3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tput')
| -rw-r--r-- | usr.bin/tput/Makefile | 2 |
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> |
