ef7b484e5c
This Shared Folders File System library (libsffs) now contains all the file system logic originally in HGFS. The actual HGFS server code is now a stub that passes on all the work to libsffs. The libhgfs library is changed accordingly.
7 lines
164 B
Makefile
7 lines
164 B
Makefile
# Makefile for HGFS library
|
|
|
|
LIB= hgfs
|
|
SRCS= backdoor.S attr.c channel.c dir.c error.c file.c \
|
|
hgfs.c info.c link.c path.c rpc.c time.c
|
|
|
|
.include <bsd.lib.mk>
|