summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-09 17:55:08 +0000
committerru <ru@FreeBSD.org>2006-03-09 17:55:08 +0000
commitc7c425a278ffe88a8e63ef02b42a99ab05b479b7 (patch)
tree30dda32c113c03b7781254b942ffcd14f9cabba1 /release/Makefile
parent6dff0c5ef2bb38a12ba8b8e6f399c860c41b4e9f (diff)
downloadFreeBSD-src-c7c425a278ffe88a8e63ef02b42a99ab05b479b7.zip
FreeBSD-src-c7c425a278ffe88a8e63ef02b42a99ab05b479b7.tar.gz
Fix this to what I've actually submitted.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud