summaryrefslogtreecommitdiff
path: root/usr.bin/tput/Makefile
blob: 8a21bd6f2c87b18853e14e754c1b839e1992c321 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.4 1997/03/07 21:54:48 gene Exp $
#	$NetBSD: Makefile,v 1.3 1994/12/07 08:49:07 jtc Exp $

PROG=	tput
DPADD=	${LIBTERMCAP}
LDADD=	-ltermcap
MLINKS=	tput.1 clear.1
LINKS= ${BINDIR}/tput ${BINDIR}/clear

.include <bsd.prog.mk>