MK option to build only system image programs

This commit is contained in:
Arun Thomas
2011-07-20 09:57:08 +02:00
parent afd132adc9
commit 3eb22ca4d1
3 changed files with 18 additions and 3 deletions

View File

@@ -3,9 +3,15 @@
.include <bsd.own.mk>
.if ${MKIMAGEONLY} == "yes"
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 vfs vm devman
IMAGE_SUBDIR= ds init mfs pfs pm rs sched vfs vm
.endif
.include <bsd.subdir.mk>