minix/servers/hgfs/libhgfs/Makefile
Arun Thomas 436d6012a3 Convert drivers/ and servers/ over to bsdmake
-Move libdriver to lib/
-Install all boot image services on filesystem to aid restartability
2010-03-22 21:25:22 +00:00

10 lines
180 B
Makefile

# Makefile for HGFS library
LIBISPRIVATE= yes
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 <minix.lib.mk>