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