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
/
lib
/
libvirtio
/
Makefile
blob
d644aa8595a5c1556b96098e60a50edb1494f5ec
1
# Makefile for libvirtio
2
.
include
<
bsd.own.mk
>
3
4
CPPFLAGS
+= -
D_MINIX_SYSTEM
5
6
LIB
=
virtio
7
8
SRCS
=
virtio.c
9
10
.
include
<
bsd.lib.mk
>