Fix broken installkernel target. Don't use the WMAKE context to

install; use the IMAKE context.

Reported by: sheldonh
This commit is contained in:
Marcel Moolenaar 2000-01-12 10:00:36 +00:00
parent 444af277af
commit 2a7a0de6a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55842

View File

@ -375,7 +375,7 @@ buildkernel:
#
installkernel:
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${WMAKEENV} MACHINE=${MACHINE} ${MAKE} install
${IMAKEENV} MACHINE=${MACHINE} ${MAKE} install
#
# update