git.ckatri.com
/
bsdgames-darwin.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix macro order, and quote question mark.
[bsdgames-darwin.git]
/
fish
/
Makefile
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>