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