xref: /original-bsd/games/fish/Makefile (revision c8089215)
1#	@(#)Makefile	5.5 (Berkeley) 01/18/91
2
3PROG=	fish
4MAN6=	fish.0
5HIDEGAME=hidegame
6
7beforeinstall:
8	install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games
9
10.include <bsd.prog.mk>
11