c0c8d25799
Makes things easier for pkgsrc
7 lines
157 B
Makefile
7 lines
157 B
Makefile
# Makefile for HGFS library
|
|
|
|
LIB= hgfs
|
|
SRCS= backdoor.S attr.c channel.c dir.c error.c file.c \
|
|
link.c misc.c path.c rpc.c time.c
|
|
|
|
.include <bsd.lib.mk>
|