repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
Makefile
blob
8705154ac0c046e09993ad7aad2713757d7f50f5
1
2
SUBDIR
+=
include
.WAIT
3
SUBDIR
+=
benchmarks
4
SUBDIR
+=
bin
5
SUBDIR
+=
commands
6
SUBDIR
+=
fs
7
SUBDIR
+=
kernel
8
SUBDIR
+=
lib
9
SUBDIR
+=
llvm
10
SUBDIR
+=
man
11
SUBDIR
+=
net
12
SUBDIR
+=
sbin
13
SUBDIR
+=
servers
14
SUBDIR
+=
share
15
SUBDIR
+=
tests
16
SUBDIR
+=
usr.bin
17
SUBDIR
+=
usr.sbin
18
19
# BJG - build drivers last as the ramdisk depends on some other drivers
20
SUBDIR
+=
.WAIT drivers
21
22
.
include
<
bsd.subdir.mk
>