94e65446c4
And a few other related warning fixes. Change-Id: I1a49b9ee04c2b1bf80bc943272f72ffd6de77ef6
7 lines
164 B
Makefile
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>
|