summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2015-04-21 17:02:55 +0000
committergarga <garga@FreeBSD.org>2015-04-21 17:02:55 +0000
commita669f5aa38960e2bfa3eabe06b3e3e8fe259aa4e (patch)
tree5384b921c7a230928e1157d299d86e769edcf884 /Makefile
parent5a1ef3810302e7864bf285778493627d9760e624 (diff)
downloadFreeBSD-src-a669f5aa38960e2bfa3eabe06b3e3e8fe259aa4e.zip
FreeBSD-src-a669f5aa38960e2bfa3eabe06b3e3e8fe259aa4e.tar.gz
MFC r270155, r274490, r274593, r274607
Add native-xtools target to stable/10 Differential Revision: https://reviews.freebsd.org/D2044 Reviewed by: sbruno@ Approved by: sbruno@ Sponsored by: Netgate
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78f3fc1..99e08af 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,8 @@
# specified with XDEV and XDEV_ARCH.
# xdev-build - Build cross-development tools.
# xdev-install - Install cross-development tools.
+# native-xtools - Create host binaries that produce target objects
+# for use in qemu user-mode jails.
#
# "quick" way to test all kernel builds:
# _jflag=`sysctl -n hw.ncpu`
@@ -110,6 +112,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \
build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
+ native-xtools \
TGTS+= ${SUBDIR_TARGETS}
OpenPOWER on IntegriCloud