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