1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
6 CATS= africa america areas arith asia babies bard chinese collectives \
7 ed elements europe flowers greek inca index latin locomotive \
8 midearth morse murders poetry posneg pres province seq-easy seq-hard \
9 sexes sov spell state trek ucc
13 (cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
14 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
16 .include <bsd.prog.mk>