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
/
libvirtio
/
Makefile
blob
7049504d83d47b92b6f892b5b5ac48a1ec1a9849
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
4
# Makefile for libvirtio
5
.
include
<
bsd.own.mk
>
6
7
LIB
=
virtio
8
9
SRCS
=
virtio.c
10
11
.
include
<
bsd.lib.mk
>