From d336d34dbab6d0927fe34b37bafd24a44b8976b2 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Thu, 9 Mar 2006 17:11:17 +0000 Subject: [PATCH] handle KERNELS as before Submitted by: ru, andrew --- release/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release/Makefile b/release/Makefile index 56de4fef5a9a..8d5dc242538c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -177,10 +177,9 @@ DISTRIBUTIONS?= ${BASE_DISTS} ${OTHER_DISTS} # Build and package both GENERIC and SMP kernels if the target # has both configuration files. Otherwise only GENERIC is done. # +KERNELS+= GENERIC .if !exists(${.CURDIR}/../sys/${TARGET}/conf/SMP) -KERNELS?= GENERIC -.else -KERNELS?= GENERIC SMP +KERNELS+= SMP .endif # mountpoint for filesystems.