- 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.
-# $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>