freebsd-dev/usr.sbin/binmiscctl/Makefile
Sean Bruno 6d75644981 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@
2014-04-08 20:10:22 +00:00

11 lines
100 B
Makefile

#
# $FreeBSD$
#
.include <bsd.own.mk>
PROG= binmiscctl
MAN= binmiscctl.8
.include <bsd.prog.mk>