1#	$NetBSD: Makefile,v 1.12 1998/09/29 07:33:22 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4.include <bsd.own.mk>
5
6PROG=	quiz
7MAN=	quiz.6
8SRCS=	quiz.c rxp.c
9HIDEGAME=hidegame
10.if ${MKSHARE} != "no"
11CATS=	africa america areas arith asia babies bard chinese collectives \
12	ed elements europe flowers greek inca index latin locomotive \
13	midearth morse mult murders poetry posneg pres province seq-easy \
14	seq-hard sexes sov spell state trek ucc
15FILES= ${CATS:S@^@${.CURDIR}/datfiles/@}
16FILESDIR=/usr/share/games/quiz.db
17.endif
18
19.include <bsd.prog.mk>
20