]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/piano/Makefile
This commit was generated by cvs2svn to compensate for changes in r41220,
[FreeBSD/FreeBSD.git] / games / piano / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   piano
4 MAN6=   piano.6
5 DPADD=  ${LIBCURSES} ${LIBTERMCAP}
6 LDADD=  -lcurses -ltermcap
7
8 .include <bsd.prog.mk>