xref: /openbsd/games/fish/Makefile (revision df930be7)
1#	$NetBSD: Makefile,v 1.6 1995/03/23 08:28:14 cgd Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=	fish
5MAN=	fish.6
6HIDEGAME=hidegame
7
8beforeinstall:
9	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
10	    ${DESTDIR}/usr/share/games/fish.instr
11
12.include <bsd.prog.mk>
13