summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-03-09 17:11:17 +0000
committersam <sam@FreeBSD.org>2006-03-09 17:11:17 +0000
commit68d84579df97965817ef68068534cec5ebb741b2 (patch)
treef332258deb6937ebfce0c080f2a5ca56acca16f4 /release/Makefile
parent329536bd480f675cd0825c0112204e0ddff2f329 (diff)
downloadFreeBSD-src-68d84579df97965817ef68068534cec5ebb741b2.zip
FreeBSD-src-68d84579df97965817ef68068534cec5ebb741b2.tar.gz
handle KERNELS as before
Submitted by: ru, andrew
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 56de4fe..8d5dc24 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.
OpenPOWER on IntegriCloud