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
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
drivers
/
virtio_net
/
Makefile
blob
bc2f150174306da662460199f52a139167c592a6
1
#
2
# Makefile for virtio_net
3
#
4
PROG
=
virtio_net
5
SRCS
=
virtio_net.c
6
7
FILES
=$(
PROG
)
.conf
8
FILESNAME
=$(
PROG
)
9
FILESDIR
= /
etc
/
system.conf.d
10
11
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
} ${
LIBVIRTIO
}
12
LDADD
+= -
lnetdriver
-
lsys
-
lvirtio
13
14
MAN
=
15
16
BINDIR?
= /
usr
/
sbin
17
18
.
include
<
minix.service.mk
>