diff --git a/Makefile.inc1 b/Makefile.inc1 index d7b6eb64cf33..76829e14049a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -992,6 +992,8 @@ INSTALLKERNEL= ${_kernel} .endif .endfor +buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE + # # buildkernel # @@ -1993,5 +1995,3 @@ _xi-links: xdev xdev-build xdev-install: @echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target" .endif - -buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE