1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
|
|
|
|
PROG= fish
|
|
|
|
MAN6= fish.6
|
|
|
|
HIDEGAME=hidegame
|
|
|
|
|
1995-05-30 03:37:36 +00:00
|
|
|
beforeinstall:
|
1995-07-25 00:37:58 +00:00
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
|
1994-09-04 04:03:31 +00:00
|
|
|
${DESTDIR}/usr/share/games/fish.instr
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|