]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/quiz/Makefile
This commit was generated by cvs2svn to compensate for changes in r80062,
[FreeBSD/FreeBSD.git] / games / quiz / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   quiz
5 SRCS=   quiz.c rxp.c
6 MAN=    quiz.6
7 CATS=   africa america areas arith asia babies bard chinese collectives \
8         ed elements europe flowers greek inca index latin locomotive \
9         midearth morse murders poetry posneg pres province seq-easy seq-hard \
10         sexes sov spell state trek ucc
11 HIDEGAME=hidegame
12
13 beforeinstall:
14         (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \
15             -m ${SHAREMODE} ${CATS} ${DESTDIR}${SHAREDIR}/games/quiz.db)
16
17 .include <bsd.prog.mk>