Home | History | Annotate | Line # | Download | only in tput
Makefile revision 1.10.8.1
      1 #	$NetBSD: Makefile,v 1.10.8.1 2013/03/14 15:48:29 riz Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	tput
      5 DPADD=	${LIBTERMINFO}
      6 LDADD=	-lterminfo
      7 MLINKS=	tput.1 clear.1
      8 SCRIPTS=clear.sh
      9 
     10 CPPFLAGS+=	-I${.CURDIR}/../../lib/libterminfo
     11 
     12 .include <bsd.prog.mk>
     13