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
memory: use sys_safememset() for /dev/zero
[minix.git]
/
drivers
/
vbox
/
Makefile
blob
843298bd193ae115b16fd20bf2bbde8750183f5d
1
# Makefile for the VirtualBox backdoor driver (VBOX)
2
PROG
=
vbox
3
SRCS
=
vbox.c hgcm.c err.c
4
5
DPADD
+= ${
LIBSYS
}
6
LDADD
+= -
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.service.mk
>