summaryrefslogtreecommitdiffstats
path: root/fish/Makefile
blob: b1847b71f35e27d612e62bf72fa7b66b6bfea0bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	5.5 (Berkeley) 1/18/91

PROG=	fish
MAN6=	fish.0
HIDEGAME=hidegame

beforeinstall: 
	install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games

.include <bsd.prog.mk>