minix3/fs/hgfs/Makefile

9 lines
181 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for VMware Host/Guest File System (HGFS) server
PROG= hgfs
SRCS= hgfs.c
DPADD+= ${LIBSFFS} ${LIBHGFS} ${LIBSYS}
LDADD+= -lsffs -lhgfs -lsys
.include <minix.service.mk>