minix/servers/hgfs/hgfs_server/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

12 lines
263 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 optset.c path.c read.c \
stat.c table.c util.c verify.c write.c
MAN=
BINDIR?= /sbin
.include <minix.prog.mk>