11 lines
197 B
Makefile
11 lines
197 B
Makefile
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>
|