summaryrefslogtreecommitdiff
path: root/stand/Makefile.amd64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-14 23:02:19 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-14 23:02:19 +0000
commitca987d4641cdcd7f27e153db17c5bf064934faf5 (patch)
tree6c3860e3ba8949be9528d644fbb7fa88d8bbbb79 /stand/Makefile.amd64
parent6eac7115560381ce5c9e2939ab3fce82bb9b6a95 (diff)
downloadsrc-test-ca987d4641cdcd7f27e153db17c5bf064934faf5.tar.gz
src-test-ca987d4641cdcd7f27e153db17c5bf064934faf5.zip
Move sys/boot to stand. Fix all references to new location
Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=325834
Diffstat (limited to 'stand/Makefile.amd64')
-rw-r--r--stand/Makefile.amd6418
1 files changed, 18 insertions, 0 deletions
diff --git a/stand/Makefile.amd64 b/stand/Makefile.amd64
new file mode 100644
index 0000000000000..abecaa685022d
--- /dev/null
+++ b/stand/Makefile.amd64
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+SUBDIR+= libsa32
+.if ${MK_ZFS} != "no"
+SUBDIR+= zfs zfs32
+.endif
+.if ${MK_FORTH} != "no"
+SUBDIR+= ficl32
+.endif
+
+SUBDIR+= efi
+SUBDIR+= userboot
+
+.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
+SUBDIR+= geli
+.endif
+
+SUBDIR+= i386