tools/llvm: Do not build with symbols
[minix3.git] / minix / fs / hgfs / Makefile
blob5fb1d30007a93cdc6ba8044da43a4bc281dc3f08
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 .include <minix.service.mk>