summaryrefslogtreecommitdiff
path: root/minix/lib/libhgfs/Makefile
blob: 49dad1731e05fb97de1aab2fb5306997941871eb (plain)
1
2
3
4
5
6
7
# 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>