diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-11-14 23:02:19 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-11-14 23:02:19 +0000 |
commit | ca987d4641cdcd7f27e153db17c5bf064934faf5 (patch) | |
tree | 6c3860e3ba8949be9528d644fbb7fa88d8bbbb79 /stand/Makefile.arm | |
parent | 6eac7115560381ce5c9e2939ab3fce82bb9b6a95 (diff) |
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.arm')
-rw-r--r-- | stand/Makefile.arm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stand/Makefile.arm b/stand/Makefile.arm new file mode 100644 index 000000000000..387b77bd344d --- /dev/null +++ b/stand/Makefile.arm @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.if ${MK_FDT} != "no" +SUBDIR+= fdt +.endif +.if ${MK_ZFS} != "no" +SUBDIR+= zfs +.endif + +SUBDIR+= efi uboot |