Makefile.bsd 259 B

123456789101112131415
  1. # $NetBSD: Makefile,v 1.10 1999/02/13 02:54:21 lukem Exp $
  2. # @(#)Makefile 8.1 (Berkeley) 5/31/93
  3. .include <bsd.own.mk>
  4. PROG= fish
  5. MAN= fish.6
  6. HIDEGAME=hidegame
  7. .if ${MKSHARE} != "no"
  8. FILES=fish.instr
  9. FILESDIR=/usr/share/games
  10. .endif
  11. .include <bsd.prog.mk>