diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-09 17:55:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-09 17:55:08 +0000 |
| commit | eb765a4d806b905e87c00a8c6afc868dbeda0220 (patch) | |
| tree | 30dda32c113c03b7781254b942ffcd14f9cabba1 /release/Makefile | |
| parent | 05ab391fdec487d34e727fcab3ad1b768ec2793d (diff) | |
Notes
Diffstat (limited to 'release/Makefile')
| -rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 8d5dc242538c..6bd5eaa98483 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 |
