minix3/lib/libhgfs/Makefile

11 lines
197 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
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>