minix/servers/hgfs/Makefile

15 lines
308 B
Makefile
Raw Normal View History

# 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
2011-07-09 15:04:42 +02:00
.include <minix.service.mk>