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