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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
minix
/
drivers
/
hid
/
Makefile
blob
ba43b6ad5d1f62ec5668cf65149f34103f932f8e
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MACHINE_ARCH
} ==
"i386"
4
SUBDIR
+=
pckbd
5
.
endif
# ${MACHINE_ARCH} == "i386"
6
7
.
include
<
bsd.subdir.mk
>