summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2011-05-05 00:43:55 +0000
committerobrien <obrien@FreeBSD.org>2011-05-05 00:43:55 +0000
commit13ee794d56c187874092b885943b52cce1a52dde (patch)
tree66e0820d4c6573a2da1feb278fd2be0afc4a87da /Makefile.inc1
parentd9965014f1672d4b4850e18033e5a551b024d5bd (diff)
downloadFreeBSD-src-13ee794d56c187874092b885943b52cce1a52dde.zip
FreeBSD-src-13ee794d56c187874092b885943b52cce1a52dde.tar.gz
Correct the kernel config name printed out during install.
PR: 156579 Submitted by: dhw
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 c5340c5..8d4bec7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -868,7 +868,7 @@ reinstallkernel reinstallkernel.debug: installcheck
false
.endif
@echo "--------------------------------------------------------------"
- @echo ">>> Installing kernel ${KERNCONF}"
+ @echo ">>> Installing kernel ${INSTALLKERNEL}"
@echo "--------------------------------------------------------------"
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${CROSSENV} PATH=${TMPPATH} \
OpenPOWER on IntegriCloud