phunix/minix/fs/hgfs/Makefile
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

10 lines
219 B
Makefile

# Makefile for VMware Host/Guest File System (HGFS) server
PROG= hgfs
SRCS= hgfs.c
MAN= hgfs.8
DPADD+= ${LIBSFFS} ${LIBHGFS} ${LIBFSDRIVER} ${LIBSYS}
LDADD+= -lsffs -lhgfs -lfsdriver -lsys
.include <minix.service.mk>