aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tput/Makefile
blob: fe8a25990b83c71a7628c17e9ff0b25b8f8bdae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD: src/usr.bin/tput/Makefile,v 1.4 2001/04/07 11:21:25 ru Exp $

PROG=	tput
DPADD=	${LIBTERMCAP}
LDADD=	-ltermcap
SCRIPTS=clear.sh
MLINKS=	tput.1 clear.1

.include <bsd.prog.mk>