2005-04-21 16:53:53 +02:00
|
|
|
# Makefile for all system servers.
|
|
|
|
#
|
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
.include <minix.own.mk>
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
SUBDIR= ds hgfs inet init ipc is iso9660fs mfs pfs pm rs vfs vm
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
IMAGE_SUBDIR= ds init mfs pfs pm rs vfs vm
|
2005-08-23 14:53:35 +02:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
.include <minix.subdir.mk>
|