NetBSD/games/quiz/Makefile

18 lines
561 B
Makefile
Raw Normal View History

1995-05-12 02:00:50 +04:00
# $NetBSD: Makefile,v 1.9 1995/05/11 22:00:50 cgd 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:
(cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
1995-04-22 13:06:33 +04:00
${CATS} ${DESTDIR}/usr/share/games/quiz.db)
1993-04-04 14:49:24 +04:00
.include <bsd.prog.mk>