diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-11 16:43:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-11 16:43:59 +0000 |
| commit | 6faeb36914ae49b9e0cd1a17eccf065a1e57e57a (patch) | |
| tree | 187792df682a6fb000bf5c1b96146368193fafd7 /Makefile.inc1 | |
| parent | fc6866d767978e772ac0a59ff5b23ec65a44dda8 (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 2ecd6bd3fa7c..b2ec753e86c7 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -472,8 +472,8 @@ buildkernel: .endif .endif cd ${KRNLOBJDIR}/${_kernel}; \ - MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \ - ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile + MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \ + ${MAKE} -DBOOTSTRAPPING -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile .if !defined(NO_KERNELDEPEND) cd ${KRNLOBJDIR}/${_kernel}; \ ${KMAKEENV} ${MAKE} KERNEL=${INSTKERNNAME} depend |
