minix/servers/Makefile
2011-02-23 13:48:03 +00:00

12 lines
229 B
Makefile

# Makefile for all system servers.
#
.include <bsd.own.mk>
SUBDIR= ds ext2 hgfs inet init ipc is iso9660fs \
mfs pfs pm procfs rs sched vfs vm devman
IMAGE_SUBDIR= ds init mfs pfs pm rs sched vfs vm
.include <bsd.subdir.mk>