2013-12-06 12:04:52 +01:00
|
|
|
NOGCCERROR=yes
|
|
|
|
NOCLANGERROR=yes
|
|
|
|
|
2010-01-26 00:18:02 +01:00
|
|
|
# Makefile for HGFS library
|
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
LIB= hgfs
|
|
|
|
SRCS= backdoor.S attr.c channel.c dir.c error.c file.c \
|
2012-04-09 18:08:26 +02:00
|
|
|
hgfs.c info.c link.c path.c rpc.c time.c
|
2010-01-26 00:18:02 +01:00
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.lib.mk>
|