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