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
secondary cache feature in vm.
[minix.git]
/
lib
/
Makefile
blob
18681aa781be8072f01a5cc92a38dd840c20a2b5
1
.
include
<
minix.own.mk
>
2
3
SUBDIR
=
csu libc libcurses libdriver libnetdriver libend libedit libm libsys \
4
libtimers libutil
5
6
.if
${
COMPILER_TYPE
} ==
"ack"
7
SUBDIR
+=
ack
/
libd ack
/
libe ack
/
libfp ack
/
liby
8
.
endif
9
10
.
include
<
minix.subdir.mk
>