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