aboutsummaryrefslogtreecommitdiff
path: root/ching/ching/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-05-07 16:32:32 -0400
committerB. Watson <yalhcru@gmail.com>2015-05-07 16:32:32 -0400
commit013ac7742311556022304e8b30ca170d48b3a016 (patch)
tree53faa33e75991363f1a6dcc7edc83a66b70e6995 /ching/ching/Makefile
downloadbsd-games-extra-013ac7742311556022304e8b30ca170d48b3a016.tar.gz
initial commit
Diffstat (limited to 'ching/ching/Makefile')
-rw-r--r--ching/ching/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/ching/ching/Makefile b/ching/ching/Makefile
new file mode 100644
index 0000000..85559c1
--- /dev/null
+++ b/ching/ching/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.2 2008/10/30 21:37:55 mrg Exp $
+
+SCRIPTS=ching.sh
+MAN= ching.6
+
+.include <bsd.own.mk>
+
+.if ${MKSHARE} != "no"
+FILES= hexagrams macros
+FILESDIR=/usr/share/games/ching
+.endif
+
+.include <bsd.prog.mk>