This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / games / fish / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.5 (Berkeley) 1/18/91
2
3PROG= fish
4f136fcc 4MAN6= fish.6
15637ed4
RG
5HIDEGAME=hidegame
6
7beforeinstall:
811c1f66 8 install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr ${DESTDIR}/usr/share/games
15637ed4
RG
9
10.include <bsd.prog.mk>