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
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
fs
/
vbfs
/
Makefile
blob
e607b16bd4f81c328ae1ab57e6116d6656f31b61
1
# Makefile for VirtualBox Shared Folders File System (VBFS) server
2
PROG
=
vbfs
3
SRCS
=
vbfs.c
4
MAN
=
vbfs
.8
5
6
FILES
=${
PROG
}
.conf
7
FILESNAME
=${
PROG
}
8
FILESDIR
= /
etc
/
system.conf.d
9
10
DPADD
+= ${
LIBSFFS
} ${
LIBVBOXFS
} ${
LIBFSDRIVER
} ${
LIBSYS
}
11
LDADD
+= -
lsffs
-
lvboxfs
-
lfsdriver
-
lsys
12
13
.
include
<
minix.service.mk
>