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
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
fs
/
vbfs
/
Makefile
blob
90e0f0a0ed8be03e9fbfa0b63428d9cfb9f449ec
1
# Makefile for VirtualBox Shared Folders File System (VBFS) server
2
PROG
=
vbfs
3
SRCS
=
vbfs.c
4
5
DPADD
+= ${
LIBSFFS
} ${
LIBVBOXFS
} ${
LIBSYS
}
6
LDADD
+= -
lsffs
-
lvboxfs
-
lsys
7
8
.
include
<
minix.service.mk
>