diff options
author | Sam Leffler <sam@FreeBSD.org> | 2006-03-09 17:11:17 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2006-03-09 17:11:17 +0000 |
commit | d336d34dbab6d0927fe34b37bafd24a44b8976b2 (patch) | |
tree | f332258deb6937ebfce0c080f2a5ca56acca16f4 /release/Makefile | |
parent | 8e8f0765ab63aaea20d4623107b3675dc2c4dfa3 (diff) | |
download | src-test2-d336d34dbab6d0927fe34b37bafd24a44b8976b2.tar.gz src-test2-d336d34dbab6d0927fe34b37bafd24a44b8976b2.zip |
Notes
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 5 |
1 files 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. |