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
make vfs & filesystems use failable copying
[minix3.git]
/
lib
/
libdevman
/
Makefile
blob
e2ec55bed8e43763ad517551e860882d4f28a600
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
4
LIB
=
devman
5
6
SRCS
=
generic.c \
7
usb.c
8
9
.
include
<
bsd.lib.mk
>
10
11