Fix this to what I've actually submitted.

This commit is contained in:
Ruslan Ermilov 2006-03-09 17:55:08 +00:00
parent 05ab391fde
commit eb765a4d80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156511

View File

@ -178,7 +178,7 @@ DISTRIBUTIONS?= ${BASE_DISTS} ${OTHER_DISTS}
# has both configuration files. Otherwise only GENERIC is done.
#
KERNELS+= GENERIC
.if !exists(${.CURDIR}/../sys/${TARGET}/conf/SMP)
.if exists(${.CURDIR}/../sys/${TARGET}/conf/SMP)
KERNELS+= SMP
.endif