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
Improve the process for GNU tools
[minix3.git]
/
minix
/
usr.bin
/
Makefile
blob
65f9057dddf39d7fa43167088897107a32f2eca8
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MACHINE_ARCH
} ==
"earm"
4
SUBDIR
+=
eepromread
5
.
endif
# ${MACHINE_ARCH} == "earm"
6
7
SUBDIR
+=
diff
8
SUBDIR
+=
grep
9
SUBDIR
+=
mined
10
SUBDIR
+=
ministat
11
SUBDIR
+=
mtop
12
SUBDIR
+=
toproto
13
SUBDIR
+=
trace
14
15
.
include
<
bsd.subdir.mk
>