Minor fixes
[unix-history] / usr / src / games / fish / Makefile
CommitLineData
374c08c1 1# @(#)Makefile 5.5 (Berkeley) %G%
16191ab6 2
770d844a 3PROG= fish
a4b976b4 4MAN6= fish.0
770d844a 5HIDEGAME=hidegame
16191ab6 6
374c08c1
KB
7beforeinstall:
8 install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games
9
770d844a 10.include <bsd.prog.mk>