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
make external drm the default.
[netbsd-mini2440.git]
/
distrib
/
Makefile
blob
e8f3bbac3052a70b4669766074a34374a6f50c70
1
# $NetBSD: Makefile,v 1.15 2008/08/21 06:17:41 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.if
${
MKMAN
} !=
"no"
6
SUBDIR
=
notes .WAIT
7
.
endif
8
9
.if exists
(${
MACHINE
}/
miniroot
/
Makefile.inc
)
10
SUBDIR
+=
miniroot .WAIT
11
.
endif
12
13
.if exists
(${
RELEASEMACHINE
}/
Makefile
)
14
SUBDIR
+= ${
RELEASEMACHINE
}
15
.
endif
16
17
SUBDIR
+=
utils
18
19
TARGETS
+=
release
20
TARGETS
+=
iso_image
21
22
.
include
<
bsd.subdir.mk
>