aboutsummaryrefslogtreecommitdiff
path: root/cgram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cgram/Makefile')
-rw-r--r--cgram/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/cgram/Makefile b/cgram/Makefile
new file mode 100644
index 0000000..222a745
--- /dev/null
+++ b/cgram/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2013/08/04 05:42:47 dholland Exp $
+
+PROG=cgram
+DPADD=${LIBCURSES} ${LIBTERMINFO}
+# 20150209 bkw: remove -lterminfo
+LDADD=-lcurses
+SRCS=cgram.c
+MAN=cgram.6
+HIDEGAME=hidegame
+
+.include <bsd.prog.mk>