minix/servers/hgfs/Makefile
Arun Thomas c0c8d25799 Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00

15 lines
312 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
DPADD+= ${LIBHGFS} ${LIBSYS}
LDADD+= -lhgfs -lsys
MAN=
BINDIR?= /sbin
.include <bsd.prog.mk>