kiil bogus install -d's
[bsdgames-darwin.git] / quiz / Makefile
1 # from: @(#)Makefile 5.1 (Berkeley) 11/10/91
2 # $Id: Makefile,v 1.5 1994/02/10 02:31:38 cgd Exp $
3
4 PROG= quiz
5 MAN6= quiz.0
6 SRCS= quiz.c rxp.c
7 CATS= africa america areas arith asia babies bard chinese collectives \
8 ed elements europe greek inca index latin locomotive midearth morse \
9 mult murders poetry posneg pres province seq-easy seq-hard sexes sov \
10 spell state trek ucc
11 HIDEGAME=hidegame
12
13 beforeinstall:
14 (cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
15 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
16
17 .include <bsd.prog.mk>