minix/minix/lib/libhgfs/Makefile
David van Moolenbroek 94e65446c4 libsffs: make path names constant
And a few other related warning fixes.

Change-Id: I1a49b9ee04c2b1bf80bc943272f72ffd6de77ef6
2014-09-30 12:48:10 +00:00

7 lines
164 B
Makefile

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