2005-04-21 16:53:53 +02:00
|
|
|
# Makefile for all system servers.
|
|
|
|
#
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.own.mk>
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2011-07-20 09:57:08 +02:00
|
|
|
.if ${MKIMAGEONLY} == "yes"
|
|
|
|
|
2012-02-13 16:28:04 +01:00
|
|
|
SUBDIR= ds init mfs pfs pm rs sched vfs vm
|
2011-07-20 09:57:08 +02:00
|
|
|
|
|
|
|
.else
|
|
|
|
|
2010-09-14 23:25:25 +02:00
|
|
|
SUBDIR= ds ext2 hgfs inet init ipc is iso9660fs \
|
2012-04-09 19:56:45 +02:00
|
|
|
mfs pfs pm procfs rs sched vbfs vfs vm devman
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2011-07-20 09:57:08 +02:00
|
|
|
.endif
|
2005-08-23 14:53:35 +02:00
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.subdir.mk>
|