1# Makefile for HGFS library 2 3LIB= hgfs 4SRCS= backdoor.S attr.c channel.c dir.c error.c file.c \ 5 hgfs.c info.c link.c path.c rpc.c time.c 6 7.include <bsd.lib.mk> 8