summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-06-09 10:42:36 +0000
committerbrian <brian@FreeBSD.org>2000-06-09 10:42:36 +0000
commit7de0edc1cba4690b23808a182a3147857ec418c9 (patch)
treeebb032e46683f86bc9dad47c09477cbe3748860d /Makefile.inc1
parent2958091f3ff7a29cd578feef5e239edc66eb42a5 (diff)
downloadFreeBSD-src-7de0edc1cba4690b23808a182a3147857ec418c9.zip
FreeBSD-src-7de0edc1cba4690b23808a182a3147857ec418c9.tar.gz
Set KERNEL=${INSTALLKERNEL} doing a make install in /sys/conf
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 4fbae1e..9c9090c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -398,7 +398,7 @@ buildkernel:
installkernel:
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${IMAKEENV} MACHINE=${MACHINE} KERNEL=${INSTALLKERNEL} \
- ${MAKE} install
+ ${MAKE} KERNEL=${INSTALLKERNEL} install
#
# update
OpenPOWER on IntegriCloud