summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-30 22:25:01 +0000
committerimp <imp@FreeBSD.org>2014-03-30 22:25:01 +0000
commit657fad34a794753554e80147c693fdf4fb3405ab (patch)
treeef44e7b3e55cccd0fc266fca4b521bdb2a4ff27d /Makefile.inc1
parent9493bab48618330994f687094e4daef8968716b2 (diff)
downloadFreeBSD-src-657fad34a794753554e80147c693fdf4fb3405ab.zip
FreeBSD-src-657fad34a794753554e80147c693fdf4fb3405ab.tar.gz
Move stray targets out of the xdev section.
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 d7b6eb6..76829e1 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
OpenPOWER on IntegriCloud