Makefile revision 1.5
1#	from: @(#)Makefile	5.1 (Berkeley) 11/10/91
2#	$Id: Makefile,v 1.5 1994/02/10 02:31:38 cgd Exp $
3
4PROG=	quiz
5MAN6=	quiz.0
6SRCS=	quiz.c rxp.c
7CATS=	africa america areas arith asia babies bard chinese collectives \
8	ed elements europe greek inca index latin locomotive midearth morse \
9	mult murders poetry posneg pres province seq-easy seq-hard sexes sov \
10	spell state trek ucc
11HIDEGAME=hidegame
12
13beforeinstall:
14	(cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
15		${CATS} ${DESTDIR}/usr/share/games/quiz.db)
16
17.include <bsd.prog.mk>
18