1999-02-13 05:54:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.13 1999/02/13 02:54:22 lukem Exp $
|
1995-04-22 13:06:33 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
1993-04-04 14:49:24 +04:00
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1993-04-04 14:49:24 +04:00
|
|
|
PROG= quiz
|
1994-12-22 12:31:26 +03:00
|
|
|
MAN= quiz.6
|
1993-04-04 14:49:24 +04:00
|
|
|
SRCS= quiz.c rxp.c
|
1998-09-29 11:33:20 +04:00
|
|
|
HIDEGAME=hidegame
|
1999-02-13 05:54:17 +03:00
|
|
|
.if ${MKSHARE} != "no"
|
1993-04-04 14:49:24 +04:00
|
|
|
CATS= africa america areas arith asia babies bard chinese collectives \
|
1995-04-22 13:06:33 +04:00
|
|
|
ed elements europe flowers greek inca index latin locomotive \
|
1995-05-12 02:00:50 +04:00
|
|
|
midearth morse mult murders poetry posneg pres province seq-easy \
|
|
|
|
seq-hard sexes sov spell state trek ucc
|
1997-03-25 01:15:37 +03:00
|
|
|
FILES= ${CATS:S@^@${.CURDIR}/datfiles/@}
|
|
|
|
FILESDIR=/usr/share/games/quiz.db
|
1998-09-29 11:33:20 +04:00
|
|
|
.endif
|
1993-04-04 14:49:24 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|