summaryrefslogtreecommitdiffstats
path: root/ching
diff options
context:
space:
mode:
Diffstat (limited to 'ching')
-rw-r--r--ching/ching/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ching/ching/Makefile b/ching/ching/Makefile
index e80d575f..85559c1e 100644
--- a/ching/ching/Makefile
+++ b/ching/ching/Makefile
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2005/06/30 13:30:33 perry Exp $
+# $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>