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