# Makefile for HGFS library

LIB=    hgfs
SRCS=	backdoor.S attr.c channel.c dir.c error.c file.c \
	link.c misc.c path.c rpc.c time.c

.include <bsd.lib.mk>
