repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
minix
/
Makefile
blob
d083487f3bacef866a1400885fd2086f2274f50b
1
.
include
<
bsd.own.mk
>
2
3
SUBDIR
+=
include
.WAIT
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
.if
${
MKATF
} ==
"yes"
16
SUBDIR
+=
tests
17
.
endif
18
SUBDIR
+=
usr.bin
19
SUBDIR
+=
usr.sbin
20
21
# BJG - build drivers last as the ramdisk depends on some other drivers
22
SUBDIR
+=
.WAIT drivers
23
24
.
include
<
bsd.subdir.mk
>