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

@@ -770,6 +770,9 @@ _MKVARS.no= \
MKPCC MKPCCCMDS \
MKSOFTFLOAT MKSTRIPIDENT \
MKUNPRIVED MKUPDATE MKX11 MKZFS
#MINIX-specific vars
_MKVARS.no+= \
MKIMAGEONLY
.for var in ${_MKVARS.no}
${var}?=no
.endfor