repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
games
/
fish
/
Makefile
blob
854bd568be33d400856d5989a12c68d206a0bdc2
1
# $NetBSD: Makefile,v 1.10 1999/02/13 02:54: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
>