From c7c425a278ffe88a8e63ef02b42a99ab05b479b7 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 9 Mar 2006 17:55:08 +0000 Subject: 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 8d5dc24..6bd5eaa 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 -- cgit v1.1