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
64-bit VFS_LSEEK_OFF
[minix3.git]
/
servers
/
vbfs
/
Makefile
blob
fd4153fe76f281046ce5e59495b5e8e1e69c63d5
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
MAN
=
9
10
BINDIR?
= /
sbin
11
12
.
include
<
minix.service.mk
>