Mark as IGNORE for < 6.x as we do not have a bootstrap-tarball yet.

This commit is contained in:
Volker Stolz 2006-05-17 07:08:26 +00:00
parent b13d5f44c4
commit 5f78f05e88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162626

View File

@ -27,9 +27,12 @@ OPTIONS= PROFILE "Compile for profiling as well" on
DISTFILES= ${SRC_DIST}
.if ${OSVERSION} < 600000
IGNORE= unsupported at the moment
.endif
.if ${OSVERSION} < 500000
DISTFILES+= ${BOOT_DIST4}
IGNORE= unsupported at the moment
.else
DISTFILES+= ${BOOT_DIST}
.if ${OSVERSION} >= 600000