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