freebsd-dev/sys/boot/userboot/Makefile
Warner Losh a54409db16 We don't need to build a special ficl for userboot.
Prior to bringing efi into the system, amd64 systems were building
32-bit ficl only, while userboot required the 64-bit one. However,
with efi, we now build both. userboot can and should use the one we
build for the main tree (in fact, it has been for a while, though I
didn't check to see if that was an intentional change before, or an
accidental one in my cleanup). Eliminate the extra copy (and build
time) for userboot.

Sponsored by: Netflix
2017-10-30 23:14:48 +00:00

9 lines
90 B
Makefile

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