summaryrefslogtreecommitdiffstats
path: root/games/ching/Makefile
blob: 51f850d7802673d6fd7ed1dc2ea36088c0a22f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

SUBDIR=	cno phx
MAN6=	ching.6

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/ching.sh ${DESTDIR}/usr/games/ching
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/hexagrams \
	    ${.CURDIR}/macros ${DESTDIR}/usr/share/games/ching

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud