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
RS: invoke a shell explicitly for scripts
[minix.git]
/
drivers
/
tty
/
arch
/
arm
/
Makefile.inc
blob
3ad697a9ee673b1fa555560f42ab117a9e8ee4a3
1
# Makefile for arch-dependent TTY code
2
.include <bsd.own.mk>
3
4
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
5
.PATH: ${HERE}
6
7
SRCS += console.c keyboard.c rs232.c