diff options
Diffstat (limited to 'usr.bin/tput/Makefile')
-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> |