summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-06-22 10:01:03 +0000
committersimokawa <simokawa@FreeBSD.org>2003-06-22 10:01:03 +0000
commitc2d986d0e396093e4254b7903653d9d599bfd17c (patch)
treecebd67cc0c90d67de33d891e3c54c635c58e5f8a /Makefile.inc1
parentc81c59299bd255eb5ab7510c9e84e9c54b8003d0 (diff)
downloadFreeBSD-src-c2d986d0e396093e4254b7903653d9d599bfd17c.zip
FreeBSD-src-c2d986d0e396093e4254b7903653d9d599bfd17c.tar.gz
Allow installkernel.debug and reinstallkernel.debug.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index acdc0ac..488d8fe 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -538,14 +538,14 @@ buildkernel:
#
# Install the kernel defined by INSTALLKERNEL
#
-installkernel reinstallkernel:
+installkernel reinstallkernel installkernel.debug reinstallkernel.debug:
.if empty(INSTALLKERNEL)
@echo "ERROR: No kernel \"${KERNCONF}\" to install."
@false
.endif
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${CROSSENV} PATH=${TMPPATH} \
- ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
+ ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel//}
#
# update
OpenPOWER on IntegriCloud