diff options
author | ru <ru@FreeBSD.org> | 2001-04-07 11:21:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-07 11:21:35 +0000 |
commit | ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27 (patch) | |
tree | 056ad459e7adb0894bcede2c9ae571d853f222f1 /usr.bin/tput | |
parent | 06174de8ff77027561ef0e58b4ba7aa59799f6c0 (diff) | |
download | FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.zip FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.tar.gz |
beforeinstall -> SCRIPTS.
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 441305c..143dc65 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -1,12 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= tput DPADD= ${LIBTERMCAP} LDADD= -ltermcap +SCRIPTS=clear.sh MLINKS= tput.1 clear.1 -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/clear.sh ${DESTDIR}${BINDIR}/clear - .include <bsd.prog.mk> |