summaryrefslogtreecommitdiff
path: root/usr.bin/tput/Makefile
blob: 5ad0bfdc0c4235e4cedd81e5659b1e9bc50d4776 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.5 1997/09/21 11:51:21 deraadt Exp $

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

.include <bsd.prog.mk>