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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
macppc
/
stand
/
fixcoff
/
Makefile
blob
5e55bb8f3dee53afeca4072d5495d36ce699dc95
1
# $NetBSD: Makefile,v 1.8 2005/12/11 12:18:06 christos Exp $
2
3
NOMAN
=
# defined
4
.
include
<
bsd.own.mk
>
5
6
.if
${
USETOOLS
} ==
"yes"
7
PROG
=
fixcoff
8
.
include
<
bsd.prog.mk
>
9
.
else
10
HOSTPROG
=
fixcoff
11
.
include
<
bsd.hostprog.mk
>
12
.
endif