1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
2001-03-20 18:08:43 +00:00
|
|
|
# $FreeBSD$
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
PROG= quiz
|
|
|
|
SRCS= quiz.c rxp.c
|
2001-03-26 14:22:12 +00:00
|
|
|
MAN= quiz.6
|
1994-09-04 04:03:31 +00:00
|
|
|
CATS= africa america areas arith asia babies bard chinese collectives \
|
|
|
|
ed elements europe flowers greek inca index latin locomotive \
|
|
|
|
midearth morse murders poetry posneg pres province seq-easy seq-hard \
|
|
|
|
sexes sov spell state trek ucc
|
|
|
|
HIDEGAME=hidegame
|
|
|
|
|
|
|
|
beforeinstall:
|
2001-06-13 15:26:31 +00:00
|
|
|
(cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \
|
|
|
|
-m ${SHAREMODE} ${CATS} ${DESTDIR}${SHAREDIR}/games/quiz.db)
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|