summaryrefslogtreecommitdiffstats
path: root/games/piano/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/piano/Makefile')
-rw-r--r--games/piano/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/games/piano/Makefile b/games/piano/Makefile
new file mode 100644
index 0000000..d3e671f
--- /dev/null
+++ b/games/piano/Makefile
@@ -0,0 +1,8 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= piano
+MAN6= piano.6
+DPADD= ${LIBCURSES} ${LIBTERMCAP}
+LDADD= -lcurses -ltermcap
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud