freebsd-dev/sys/boot/userboot/test/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

16 lines
166 B
Makefile

# $FreeBSD$
NO_MAN=
WITHOUT_SSP=
.include <bsd.own.mk>
PROG= test
INTERNALPROG=
CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -I${.CURDIR}/../../..
.include <bsd.prog.mk>