NOGCCERROR=yes
NOCLANGERROR=yes

# 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>
