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
/
hgfs
/
Makefile
blob
5fb1d30007a93cdc6ba8044da43a4bc281dc3f08
1
# Makefile for VMware Host/Guest File System (HGFS) server
2
PROG
=
hgfs
3
SRCS
=
hgfs.c
4
5
DPADD
+= ${
LIBSFFS
} ${
LIBHGFS
} ${
LIBSYS
}
6
LDADD
+= -
lsffs
-
lhgfs
-
lsys
7
8
.
include
<
minix.service.mk
>