minix/servers/Makefile
David van Moolenbroek 928d76dbe8 Add VBFS: VirtualBox Shared Folder File System
Refer to "man vbfs" on how to mount it.
2012-04-11 00:27:48 +02:00

18 lines
272 B
Makefile

# Makefile for all system servers.
#
.include <bsd.own.mk>
.if ${MKIMAGEONLY} == "yes"
SUBDIR= ds init mfs pfs pm rs sched vfs vm
.else
SUBDIR= ds ext2 hgfs inet init ipc is iso9660fs \
mfs pfs pm procfs rs sched vbfs vfs vm devman
.endif
.include <bsd.subdir.mk>