Home | History | Annotate | Line # | Download | only in colorbars
Makefile revision 1.1
      1  1.1  christos PROG=  colorbars
      2  1.1  christos MAN=   colorbars.6
      3  1.1  christos DPADD= ${LIBCURSES}
      4  1.1  christos LDADD= -lcurses
      5  1.1  christos 
      6  1.1  christos .include <bsd.prog.mk>
      7