diff --git a/release/Makefile b/release/Makefile index 8d5dc242538c..6bd5eaa98483 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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