Home | History | Annotate | Line # | Download | only in colorbars
Makefile revision 1.4
      1  1.4  dholland # $NetBSD: Makefile,v 1.4 2013/12/07 02:24:12 dholland Exp $
      2  1.2  christos 
      3  1.1  christos PROG=  colorbars
      4  1.1  christos MAN=   colorbars.6
      5  1.3    martin DPADD=	${LIBCURSES} ${LIBTERMINFO}
      6  1.3    martin LDADD=	-lcurses -lterminfo
      7  1.1  christos 
      8  1.1  christos .include <bsd.prog.mk>
      9