mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Fix this to what I've actually submitted.
This commit is contained in:
parent
05ab391fde
commit
eb765a4d80
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156511
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user