1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
2001-03-20 18:08:43 +00:00
|
|
|
# $FreeBSD$
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
PROG= fish
|
2001-03-26 14:22:12 +00:00
|
|
|
MAN= fish.6
|
1994-09-04 04:03:31 +00:00
|
|
|
HIDEGAME=hidegame
|
|
|
|
|
1995-05-30 03:37:36 +00:00
|
|
|
beforeinstall:
|
2001-06-13 15:26:31 +00:00
|
|
|
${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
|
|
|
${.CURDIR}/fish.instr ${DESTDIR}${SHAREDIR}/games/fish.instr
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|