]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/fish/Makefile
This commit was generated by cvs2svn to compensate for changes in r52746,
[FreeBSD/FreeBSD.git] / games / fish / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   fish
4 MAN6=   fish.6
5 HIDEGAME=hidegame
6
7 beforeinstall:
8         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
9           ${.CURDIR}/fish.instr  ${DESTDIR}${SHAREDIR}/games/fish.instr
10
11 .include <bsd.prog.mk>