Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/cdrom/3.1.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/distrib/cdrom/3.1.conf 2007/03/07 21:59:15 1.3 +++ src/distrib/cdrom/3.1.conf 2008/01/11 11:37:03 1.4 @@ -1,4 +1,4 @@ -# $NetBSD: 3.1.conf,v 1.3 2007/03/07 21:59:15 bouyer Exp $ +# $NetBSD: 3.1.conf,v 1.4 2008/01/11 11:37:03 tsutsui Exp $ # # Makefile fragment for CD sets; includes config information. @@ -22,7 +22,9 @@ ISO_RELEASE?= ${CD_RELEASE} CD_IMAGES= .if defined(TARGET_CD_IMAGE) -CD_IMAGES+= ${TARGET_CD_IMAGE}-${ISO_RELEASE} +.for targetcd in ${TARGET_CD_IMAGE} +CD_IMAGES+= ${targetcd}-${ISO_RELEASE} +.endfor .else CD_IMAGES+= multi-cd1-${ISO_RELEASE} CD_IMAGES+= multi-cd2-${ISO_RELEASE}