summaryrefslogtreecommitdiffstats
path: root/ching
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2008-10-30 21:37:55 +0000
committermrg <mrg@NetBSD.org>2008-10-30 21:37:55 +0000
commit2eca29b7a064d9d594bcf4b74834b5ba7f4d3fb7 (patch)
tree02984a30eef26d58bdcf11924306ef7454ff3e82 /ching
parente320be073a214507d35ece97ca193e695f7623dd (diff)
downloadbsdgames-darwin-2eca29b7a064d9d594bcf4b74834b5ba7f4d3fb7.tar.gz
bsdgames-darwin-2eca29b7a064d9d594bcf4b74834b5ba7f4d3fb7.tar.zst
bsdgames-darwin-2eca29b7a064d9d594bcf4b74834b5ba7f4d3fb7.zip
more MKSHARE == no fixes:
- move installation of atf pkg-config files out of share/atf/ - don't install spell or ching share files - update some directory entries to not have 'share' tag now my MKLINT=no MKSHARE=no MKPROFILE=no builds work again.
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>