Initial import from FreeBSD RELENG_4:
[dragonfly.git] / games / quiz / Makefile
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
4 PROG=   quiz
5 SRCS=   quiz.c rxp.c
6 MAN=    quiz.6
7 FILES=  africa america areas arith asia babies bard chinese collectives \
8         ed elements europe flowers greek inca index latin locomotive \
9         midearth morse murders poetry posneg pres province seq-easy seq-hard \
10         sexes sov spell state trek ucc
11 FILESDIR=       ${SHAREDIR}/games/quiz.db
12 HIDEGAME=hidegame
13
14 .PATH: ${.CURDIR}/datfiles
15
16 .include <bsd.prog.mk>