summaryrefslogtreecommitdiffstats
path: root/ching/ching/Makefile
blob: 85559c1e6ef1b37513fa027bf44f55e0cb189b85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$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>