minix/servers/Makefile

18 lines
272 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for all system servers.
#
.include <bsd.own.mk>
2005-04-21 16:53:53 +02:00
.if ${MKIMAGEONLY} == "yes"
2012-02-13 16:28:04 +01:00
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
2005-04-21 16:53:53 +02:00
.endif
.include <bsd.subdir.mk>