minix/servers/hgfs/Makefile
2011-11-07 16:16:08 +01:00

15 lines
308 B
Makefile

# Makefile for VMware Host/Guest File System (HGFS) server
PROG= hgfs
SRCS= dentry.c handle.c inode.c link.c lookup.c main.c \
misc.c mount.c name.c path.c read.c stat.c table.c \
util.c verify.c write.c
DPADD+= ${LIBHGFS} ${LIBSYS}
LDADD+= -lhgfs -lsys
MAN=
BINDIR?= /sbin
.include <minix.service.mk>