diff options
Diffstat (limited to 'stand/Makefile.arm64')
-rw-r--r-- | stand/Makefile.arm64 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/stand/Makefile.arm64 b/stand/Makefile.arm64 deleted file mode 100644 index e3bf756bd745..000000000000 --- a/stand/Makefile.arm64 +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -.if ${MK_FDT} != "no" -SUBDIR+= fdt -.endif -.if ${MK_ZFS} != "no" -SUBDIR+= zfs -.endif |