repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
games
/
fish
/
Makefile
blob
1ac5d1ba1770a0d719ee5b5613b13fc492281a73
1
# $NetBSD: Makefile,v 1.9 1998/09/29 07:33:21 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
fish
7
MAN
=
fish
.6
8
HIDEGAME
=
hidegame
9
.if
${
MKSHARE
} !=
"no"
10
FILES
=
fish.instr
11
FILESDIR
=/
usr
/
share
/
games
12
.
endif
13
14
.
include
<
bsd.prog.mk
>