freebsd-dev/games/piano/Makefile
Jordan K. Hubbard 943bfde5f9 Import the piano program again, except this time in the right location.
Submitted by:	Toshihiro Kanda <candy@kgc.co.jp>
1995-04-28 17:38:08 +00:00

9 lines
149 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= piano
MAN6= piano.6
DPADD= ${LIBCURSES} ${LIBTERMCAP}
LDADD= -lcurses -ltermcap
.include <bsd.prog.mk>