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]
/
distrib
/
notes
/
Makefile
blob
e01378d3e982da1ea3b52dc7ac06aeaf0b558d20
1
# $NetBSD: Makefile,v 1.39 2008/01/09 11:25:58 simonb Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TARGETS
+=
release
7
8
.
ifndef
ALLNOTES
9
.if exists
(${
RELEASEMACHINE
}/
Makefile
)
10
SUBDIR
= ${
RELEASEMACHINE
}
11
.
endif
12
.
else
13
SUBDIR
+=
acorn26
14
SUBDIR
+=
acorn32
15
SUBDIR
+=
alpha
16
SUBDIR
+=
amd64
17
SUBDIR
+=
amiga
18
SUBDIR
+=
arc
19
SUBDIR
+=
atari
20
SUBDIR
+=
cats
21
SUBDIR
+=
evbarm
22
SUBDIR
+=
evbppc
23
SUBDIR
+=
hp300
24
SUBDIR
+=
hp700
25
SUBDIR
+=
hpcmips
26
SUBDIR
+=
hpcsh
27
SUBDIR
+=
i386
28
# SUBDIR+= iyonix # not yet
29
SUBDIR
+=
landisk
30
SUBDIR
+=
mac68k
31
SUBDIR
+=
macppc
32
SUBDIR
+=
mmeye
33
SUBDIR
+=
mvme68k
34
SUBDIR
+=
news68k
35
SUBDIR
+=
newsmips
36
SUBDIR
+=
next68k
37
SUBDIR
+=
pmax
38
SUBDIR
+=
prep
39
SUBDIR
+=
sandpoint
40
SUBDIR
+=
sgimips
41
SUBDIR
+=
shark
42
SUBDIR
+=
sparc
43
SUBDIR
+=
sparc64
44
SUBDIR
+=
sun2
45
SUBDIR
+=
sun3
46
SUBDIR
+=
vax
47
SUBDIR
+=
x68k
48
SUBDIR
+=
xen
49
.
endif
50
51
.
include
<
bsd.subdir.mk
>