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
/
drivers
/
tty
/
Makefile
blob
1dc36d4934525b6fb37d0088f1e2ae3a5d3fbbcd
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MKIMAGEONLY
} ==
"no"
4
SUBDIR
+=
pty
5
.
endif
# ${MACHINE_ARCH} == "i386"
6
7
SUBDIR
+=
tty
8
9
.
include
<
bsd.subdir.mk
>