]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - quiz/Makefile
fix bugs previously fixed. whee.
[bsdgames-darwin.git] / quiz / Makefile
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2
3 PROG= quiz
4 MAN= quiz.6
5 SRCS= quiz.c rxp.c
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
10 HIDEGAME=hidegame
11
12 beforeinstall:
13 (cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
14 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
15
16 .include <bsd.prog.mk>