From eb765a4d806b905e87c00a8c6afc868dbeda0220 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 9 Mar 2006 17:55:08 +0000 Subject: [PATCH] Fix this to what I've actually submitted. --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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