summaryrefslogtreecommitdiffstats
path: root/fish/Makefile
blob: 6c6fc4038a05252653e0c573ecb254227711abe4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	from: @(#)Makefile	5.5 (Berkeley) 1/18/91
#	$Id: Makefile,v 1.2 1993/08/01 05:45:31 mycroft Exp $

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>