summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-12 10:00:36 +0000
committermarcel <marcel@FreeBSD.org>2000-01-12 10:00:36 +0000
commitfaafbab598b76701a18ec5b5f029693c1288bd3a (patch)
treec50a66ed609739a49c2782eeda8ca4f0ca3b9846 /Makefile.inc1
parenta7003a9d6efc5e7d660d2ae2f750c82588dc0934 (diff)
downloadFreeBSD-src-faafbab598b76701a18ec5b5f029693c1288bd3a.zip
FreeBSD-src-faafbab598b76701a18ec5b5f029693c1288bd3a.tar.gz
Fix broken installkernel target. Don't use the WMAKE context to
install; use the IMAKE context. Reported by: sheldonh
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 969850b..5b5a36c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -375,7 +375,7 @@ buildkernel:
#
installkernel:
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
- ${WMAKEENV} MACHINE=${MACHINE} ${MAKE} install
+ ${IMAKEENV} MACHINE=${MACHINE} ${MAKE} install
#
# update
OpenPOWER on IntegriCloud