diff options
author | ru <ru@FreeBSD.org> | 2006-03-09 17:55:08 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-09 17:55:08 +0000 |
commit | c7c425a278ffe88a8e63ef02b42a99ab05b479b7 (patch) | |
tree | 30dda32c113c03b7781254b942ffcd14f9cabba1 /release | |
parent | 6dff0c5ef2bb38a12ba8b8e6f399c860c41b4e9f (diff) | |
download | FreeBSD-src-c7c425a278ffe88a8e63ef02b42a99ab05b479b7.zip FreeBSD-src-c7c425a278ffe88a8e63ef02b42a99ab05b479b7.tar.gz |
Fix this to what I've actually submitted.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 2 |
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 |