xref: /minix/usr.bin/tput/Makefile (revision 84d9c625)
1*84d9c625SLionel Sambuc#	$NetBSD: Makefile,v 1.11 2013/01/24 10:41:28 roy Exp $
21999c518SAntoine Leca#	@(#)Makefile	8.1 (Berkeley) 6/6/93
31999c518SAntoine Leca
41999c518SAntoine LecaPROG=	tput
51999c518SAntoine LecaDPADD=	${LIBTERMINFO}
61999c518SAntoine LecaLDADD=	-lterminfo
71999c518SAntoine LecaMLINKS=	tput.1 clear.1
81999c518SAntoine LecaSCRIPTS=clear.sh
91999c518SAntoine Leca
10*84d9c625SLionel SambucCPPFLAGS+=	-I${.CURDIR}/../../lib/libterminfo
11*84d9c625SLionel Sambuc
121999c518SAntoine Leca.include <bsd.prog.mk>
13