Fix three bugs in the last commit and document special cases. Tighten
[dragonfly.git] / games / quiz / Makefile
blob2a65bd017d44abc9ceb715c373cc09cf975b7f6c
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/quiz/Makefile,v 1.5.6.3 2002/02/18 16:02:43 ru Exp $
3 # $DragonFly: src/games/quiz/Makefile,v 1.3 2005/04/25 16:10:24 liamfoy Exp $
5 PROG= quiz
6 SRCS= quiz.c rxp.c
7 MAN= quiz.6
8 FILES= africa america areas arith asia babies bard chinese collectives \
9 ed elements europe flowers greek inca index latin locomotive \
10 midearth morse murders poetry posneg pres province seq-easy seq-hard \
11 sexes sov spell state trek ucc
12 FILESDIR= ${SHAREDIR}/games/quiz.db
13 HIDEGAME=hidegame
14 WARNS?= 6
16 .PATH: ${.CURDIR}/datfiles
18 .include <bsd.prog.mk>