436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
11 lines
263 B
Makefile
11 lines
263 B
Makefile
# Makefile for VMware Host/Guest File System (HGFS) server
|
|
PROG= hgfs
|
|
SRCS= dentry.c handle.c inode.c link.c lookup.c main.c \
|
|
misc.c mount.c name.c optset.c path.c read.c \
|
|
stat.c table.c util.c verify.c write.c
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /sbin
|
|
|
|
.include <minix.prog.mk>
|