aboutsummaryrefslogtreecommitdiff
path: root/stand/Makefile.amd64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-03-01 19:50:55 +0000
committerWarner Losh <imp@FreeBSD.org>2018-03-01 19:50:55 +0000
commitf86dd9968654db056447f7ee0de165b6ab676c54 (patch)
tree90b8603fe75d23849f8afcc0109c6e526c4b2691 /stand/Makefile.amd64
parent32bd1c2bb38f96c6d37b4c76a139058357e46668 (diff)
downloadsrc-f86dd9968654db056447f7ee0de165b6ab676c54.tar.gz
src-f86dd9968654db056447f7ee0de165b6ab676c54.zip
Create LOADER_UBOOT, and LOADER_OFW. Move these options out of
Makefile.${MACHINE_ARCH} and remove the now-empty files. Generate the *32 directories on the necessary architectures (well, currently only amd64) on the fly. Remove LOADER_EFI variable and co-locate it with EFI. Differential Review: https://reviews.freebsd.org/D14546
Notes
Notes: svn path=/head/; revision=330248
Diffstat (limited to 'stand/Makefile.amd64')
-rw-r--r--stand/Makefile.amd6420
1 files changed, 2 insertions, 18 deletions
diff --git a/stand/Makefile.amd64 b/stand/Makefile.amd64
index 3ae816158168..b2b918ebed5b 100644
--- a/stand/Makefile.amd64
+++ b/stand/Makefile.amd64
@@ -1,20 +1,4 @@
# $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
+S.yes+= userboot
+S.yes+= i386