minix/servers/Makefile

26 lines
367 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"
SUBDIR= ds input mfs pfs pm rs sched vfs vm
.else
SUBDIR= ds ext2 inet input ipc is iso9660fs \
mfs pfs pm procfs rs sched vfs vm devman
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= hgfs vbfs
.endif
2005-04-21 16:53:53 +02:00
.if ${MKLWIP} == "yes"
SUBDIR += lwip
.endif
.endif
.include <bsd.subdir.mk>