Home | History | Annotate | Line # | Download | only in fish
Makefile revision 1.9
      1  1.9     lukem #	$NetBSD: Makefile,v 1.9 1998/09/29 07:33:21 lukem Exp $
      2  1.6       cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3  1.1       cgd 
      4  1.1       cgd PROG=	fish
      5  1.4       cgd MAN=	fish.6
      6  1.1       cgd HIDEGAME=hidegame
      7  1.9     lukem .if !defined(NOSHARE)
      8  1.8  christos FILES=fish.instr
      9  1.8  christos FILESDIR=/usr/share/games
     10  1.9     lukem .endif
     11  1.1       cgd 
     12  1.1       cgd .include <bsd.prog.mk>
     13