mkfs: drop support for running on DOS
[minix.git] / servers / Makefile
blob2590023e2669a3ad982163545329596e0176359f
1 # Makefile for all system servers.
4 .include <bsd.own.mk>
6 .if ${MKIMAGEONLY} == "yes"
8 SUBDIR= ds init mfs pfs pm rs sched vfs vm
10 .else
12 SUBDIR= ds ext2 hgfs inet init ipc is iso9660fs \
13 mfs pfs pm procfs rs sched vbfs vfs vm devman
15 .endif
17 .include <bsd.subdir.mk>