home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / games / quiz / Makefile next >
Encoding:
Makefile  |  1991-11-10  |  494 b   |  17 lines

  1. #    @(#)Makefile    5.1 (Berkeley) 11/10/91
  2.  
  3. PROG=    quiz
  4. MAN6=    quiz.0
  5. SRCS=    quiz.c rxp.c
  6. CATS=    africa america areas arith asia babies bard chinese collectives \
  7.     ed elements europe greek inca index latin locomotive midearth morse \
  8.     murders poetry posneg pres province seq-easy seq-hard sexes sov \
  9.     spell state trek ucc
  10. HIDEGAME=hidegame
  11.  
  12. beforeinstall:
  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.