Makefile.bsd 555 B

1234567891011121314151617181920
  1. # $NetBSD: Makefile,v 1.13 1999/02/13 02:54:22 lukem Exp $
  2. # @(#)Makefile 8.1 (Berkeley) 5/31/93
  3. .include <bsd.own.mk>
  4. PROG= quiz
  5. MAN= quiz.6
  6. SRCS= quiz.c rxp.c
  7. HIDEGAME=hidegame
  8. .if ${MKSHARE} != "no"
  9. CATS= africa america areas arith asia babies bard chinese collectives \
  10. ed elements europe flowers greek inca index latin locomotive \
  11. midearth morse mult murders poetry posneg pres province seq-easy \
  12. seq-hard sexes sov spell state trek ucc
  13. FILES= ${CATS:S@^@${.CURDIR}/datfiles/@}
  14. FILESDIR=/usr/share/games/quiz.db
  15. .endif
  16. .include <bsd.prog.mk>