freebsd-dev/stand/Makefile.amd64
Warner Losh 9e74797f30 Move EFI up to common makefile. There's no need for all these .if's
based on architecture.

Sponsored by: Netflix
2018-02-27 17:35:29 +00:00

21 lines
273 B
Makefile

# $FreeBSD$
SUBDIR+= libsa32
.if ${MK_ZFS} != "no"
SUBDIR+= zfs zfs32
.endif
.if ${MK_FORTH} != "no"
SUBDIR+= ficl32
.endif
.if ${MK_LOADER_LUA} != "no"
SUBDIR+= liblua32
.endif
SUBDIR+= userboot
.if ${MK_LOADER_GELI} == "yes"
SUBDIR+= geli
.endif
SUBDIR+= i386