Cross Reference: Makefile
xref: /src/games/quiz/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/quiz/
Makefile revision 1.7
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2
3PROG=	quiz
4MAN=	quiz.6
5SRCS=	quiz.c rxp.c
6CATS=	africa america areas arith asia babies bard chinese collectives \
7	ed elements europe flowers greek inca index latin locomotive \
8	midearth morse murders poetry posneg pres province seq-easy seq-hard \
9	sexes sov spell state trek ucc
10HIDEGAME=hidegame
11
12beforeinstall:
13	(cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
14	    ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
15
16.include <bsd.prog.mk>
17

Indexes created Sun Dec 21 17:09:30 GMT 2025