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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
gdb6
/
sim
/
Makefile
blob
bd2255b34fed0fff769573f9cc76c0f4578d2bda
1
# $NetBSD: Makefile,v 1.2 2006/07/10 23:06:51 ross Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
# PSIM support for PowerPC.
6
.if
${
MACHINE_ARCH
} ==
powerpc ||
${
MACHINE_ARCH
} ==
powerpcle || \
7
${
MACHINE_ARCH
} ==
powerpc64
8
SUBDIR
+=
ppc .WAIT psim
9
.
endif
10
11
.
include
<
bsd.subdir.mk
>