freebsd-dev/sys/boot/userboot/Makefile
Doug Rabson 9777aa3f12 Add a version of the FreeBSD bootloader which can run in userland, packaged
as a shared library. This is intended to be used by BHyVe to load FreeBSD
kernels into new virtual machines.
2011-06-30 16:08:56 +00:00

9 lines
100 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= ficl libstand test userboot
.include <bsd.subdir.mk>