new libunwind, updated to netbsd b1f513eedd
[minix3.git] / servers / Makefile
bloba756094ed458c3764ac3b650d56142df6de818bb
1 # Makefile for all system servers.
4 .include <bsd.own.mk>
6 .if ${MKIMAGEONLY} == "yes"
8 SUBDIR= ds input mfs pfs pm rs sched vfs vm
10 .else
12 SUBDIR= ds ext2 inet input ipc is iso9660fs \
13 mfs pfs pm procfs rs sched vfs vm devman
15 .if ${MACHINE_ARCH} == "i386"
16 SUBDIR+= hgfs vbfs
17 .endif
19 .if ${MKLWIP} == "yes"
20 SUBDIR += lwip
21 .endif
23 .endif
25 .include <bsd.subdir.mk>