1996-10-18 06:48:24 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 1996/10/18 02:49:35 thorpej Exp $
|
1995-04-22 13:06:33 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
1993-04-04 14:49:24 +04:00
|
|
|
|
|
|
|
PROG= quiz
|
1994-12-22 12:31:26 +03:00
|
|
|
MAN= quiz.6
|
1993-04-04 14:49:24 +04:00
|
|
|
SRCS= quiz.c rxp.c
|
|
|
|
CATS= africa america areas arith asia babies bard chinese collectives \
|
1995-04-22 13:06:33 +04:00
|
|
|
ed elements europe flowers greek inca index latin locomotive \
|
1995-05-12 02:00:50 +04:00
|
|
|
midearth morse mult murders poetry posneg pres province seq-easy \
|
|
|
|
seq-hard sexes sov spell state trek ucc
|
1993-04-04 14:49:24 +04:00
|
|
|
HIDEGAME=hidegame
|
|
|
|
|
|
|
|
beforeinstall:
|
1996-10-18 06:48:24 +04:00
|
|
|
(cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
|
|
|
|
-m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
|
1993-04-04 14:49:24 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|