xref: /original-bsd/games/fish/Makefile (revision 48cf0a37)
1#	@(#)Makefile	8.1 (Berkeley) 05/31/93
2
3PROG=	fish
4MAN6=	fish.0
5HIDEGAME=hidegame
6
7beforeinstall:
8	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
9	    ${DESTDIR}/usr/share/games/fish.instr
10
11.include <bsd.prog.mk>
12