summaryrefslogtreecommitdiff
path: root/usr.bin/tput/Makefile
blob: 7a937e13c3c5b4aa8eb7d4521a78fb74dd0f0ee3 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.7 1997/10/20 00:51:04 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

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

.include <bsd.prog.mk>