summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-03-30 22:25:01 +0000
committerWarner Losh <imp@FreeBSD.org>2014-03-30 22:25:01 +0000
commitbfbada6ed43f6fdde7476217ffb0a34c9e5b1b55 (patch)
treeef44e7b3e55cccd0fc266fca4b521bdb2a4ff27d /Makefile.inc1
parent15eee895086f3d4807e9fec1a496da82b4922235 (diff)
downloadsrc-test2-bfbada6ed43f6fdde7476217ffb0a34c9e5b1b55.tar.gz
src-test2-bfbada6ed43f6fdde7476217ffb0a34c9e5b1b55.zip
Move stray targets out of the xdev section.
Notes
Notes: svn path=/head/; revision=263952
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 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