1995-03-23 11:28:00 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 1995/03/23 08:28:14 cgd Exp $
|
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= fish
|
1994-12-22 12:31:26 +03:00
|
|
|
MAN= fish.6
|
1993-03-21 12:45:37 +03:00
|
|
|
HIDEGAME=hidegame
|
|
|
|
|
|
|
|
beforeinstall:
|
1995-01-12 22:06:53 +03:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
|
1995-03-23 11:28:00 +03:00
|
|
|
${DESTDIR}/usr/share/games/fish.instr
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|