4.3BSD-Reno/src/games/ching/Makefile

#	@(#)Makefile	5.3 (Berkeley) 7/1/90

SUBDIR=	cno phx
MAN6=	ching.0

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>