xref: /netbsd/games/ching/ching/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.2 2008/10/30 21:37:55 mrg Exp $
2
3SCRIPTS=ching.sh
4MAN=	ching.6
5
6.include <bsd.own.mk>
7
8.if ${MKSHARE} != "no"
9FILES=	hexagrams macros
10FILESDIR=/usr/share/games/ching
11.endif
12
13.include <bsd.prog.mk>
14