summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2014-04-08 20:10:22 +0000
committersbruno <sbruno@FreeBSD.org>2014-04-08 20:10:22 +0000
commit168c6df7082c4326c2d963b14020ea6f5ed38c3a (patch)
tree31e7f489e15f6e9f1d90f2dad74b189dadf93c6c /usr.sbin/Makefile
parenta2a1722120bc1395e558cc53a8c8563e30fe1b11 (diff)
downloadFreeBSD-src-168c6df7082c4326c2d963b14020ea6f5ed38c3a.zip
FreeBSD-src-168c6df7082c4326c2d963b14020ea6f5ed38c3a.tar.gz
Add Stacey Son's binary activation patches that allow remapping of
execution to a emumation program via parsing of ELF header information. With this kernel module and userland tool, poudriere is able to build ports packages via the QEMU userland tools (or another emulator program) in a different architecture chroot, e.g. TARGET=mips TARGET_ARCH=mips I'm not connecting this to GENERIC for obvious reasons, but this should allow the kernel module to be built by default and enable the building of the userland tool (which automatically loads the kernel module). Submitted by: sson@ Reviewed by: jhb@
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 45e38c1..b06dba7 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -5,6 +5,7 @@
SUBDIR= adduser \
arp \
+ binmiscctl \
bootparamd \
bsdconfig \
bsdinstall \
OpenPOWER on IntegriCloud