Home | History | Annotate | Line # | Download | only in colorbars
Makefile revision 1.3
      1  1.3    martin # $NetBSD: Makefile,v 1.3 2012/06/09 09:22:21 martin Exp $
      2  1.2  christos 
      3  1.2  christos WARNS?=	4
      4  1.1  christos PROG=  colorbars
      5  1.1  christos MAN=   colorbars.6
      6  1.3    martin DPADD=	${LIBCURSES} ${LIBTERMINFO}
      7  1.3    martin LDADD=	-lcurses -lterminfo
      8  1.1  christos 
      9  1.1  christos .include <bsd.prog.mk>
     10