Move primary cache code to libminixfs.
[minix.git] / servers / hgfs / Makefile
blob534e3008759dfc7457949cc4462fe976f3cf587e
1 # Makefile for VMware Host/Guest File System (HGFS) server
2 PROG= hgfs
3 SRCS= hgfs.c
5 DPADD+= ${LIBSFFS} ${LIBHGFS} ${LIBSYS}
6 LDADD+= -lsffs -lhgfs -lsys
8 MAN=
10 BINDIR?= /sbin
12 .include <minix.service.mk>