Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / fs / hgfs / Makefile
blob4a73a968d29a7ec21a18f80edd963112f36fb008
1 # Makefile for VMware Host/Guest File System (HGFS) server
2 PROG= hgfs
3 SRCS= hgfs.c
4 MAN= hgfs.8
6 DPADD+= ${LIBSFFS} ${LIBHGFS} ${LIBFSDRIVER} ${LIBSYS}
7 LDADD+= -lsffs -lhgfs -lfsdriver -lsys
9 .include <minix.service.mk>