Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / games / quiz / Makefile
blob184dcc13efa432baf196bc90311c5d802bff1358
1 # $NetBSD: Makefile,v 1.12 1998/09/29 07:33:22 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
4 .include <bsd.own.mk>
6 PROG= quiz
7 MAN= quiz.6
8 SRCS= quiz.c rxp.c
9 HIDEGAME=hidegame
10 .if ${MKSHARE} != "no"
11 CATS= 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
15 FILES= ${CATS:S@^@${.CURDIR}/datfiles/@}
16 FILESDIR=/usr/share/games/quiz.db
17 .endif
19 .include <bsd.prog.mk>