Cross Reference: Makefile
xref: /src/games/quiz/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/quiz/
Makefile revision 1.1
1#	@(#)Makefile	5.1 (Berkeley) 11/10/91
2
3PROG=	quiz
4MAN6=	quiz.0
5SRCS=	quiz.c rxp.c
6CATS=	africa america areas arith asia babies bard chinese collectives \
7	ed elements europe greek inca index latin locomotive midearth morse \
8	mult murders poetry posneg pres province seq-easy seq-hard sexes sov \
9	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