Deleted Added
sdiff udiff text old ( 22210 ) new ( 75286 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/tput/Makefile 75286 2001-04-07 11:21:35Z ru $
3
4PROG= tput
5DPADD= ${LIBTERMCAP}
6LDADD= -ltermcap
7SCRIPTS=clear.sh
8MLINKS= tput.1 clear.1
9
10.include <bsd.prog.mk>