]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
more MKSHARE == no fixes:
authormrg <mrg@NetBSD.org>
Thu, 30 Oct 2008 21:37:55 +0000 (21:37 +0000)
committermrg <mrg@NetBSD.org>
Thu, 30 Oct 2008 21:37:55 +0000 (21:37 +0000)
- 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.

ching/ching/Makefile

index e80d575f993d4c27649b6be9e9e5ad5f2af4a13a..85559c1e6ef1b37513fa027bf44f55e0cb189b85 100644 (file)
@@ -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>