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
panic() cleanup.
[minix.git]
/
lib
/
Makefile
blob
41a1a470036c2777c90b31f50196345cdb5fb98a
1
.
include
<
minix.own.mk
>
2
3
SUBDIR
=
csu libc libcurses libend libedit libm libsys libtimers libutil
4
5
.if
${
COMPILER_TYPE
} ==
"ack"
6
SUBDIR
+=
ack
/
libd ack
/
libe ack
/
libfp ack
/
liby
7
.
endif
8
9
.
include
<
minix.subdir.mk
>