diff options
author | rwatson <rwatson@FreeBSD.org> | 2014-02-19 23:09:25 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2014-02-19 23:09:25 +0000 |
commit | ef25a6c63e4275bebb4cbeaf0ff6dfd32136d879 (patch) | |
tree | 3ff98817f3008580e72b5f4c5ea8820e766b64d3 | |
parent | 4f59b709c582acca8424378e490e05badd5d4fab (diff) | |
download | FreeBSD-src-ef25a6c63e4275bebb4cbeaf0ff6dfd32136d879.zip FreeBSD-src-ef25a6c63e4275bebb4cbeaf0ff6dfd32136d879.tar.gz |
Temporarily unhook BERI boot loader from the build until 32-bit MIPS
properly excludes building our 64-bit only boot-loader adaptation.
-rw-r--r-- | sys/boot/mips/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/mips/Makefile b/sys/boot/mips/Makefile index 1a4ea33..d51d526 100644 --- a/sys/boot/mips/Makefile +++ b/sys/boot/mips/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.if 0 SUBDIR= beri +.endif .include <bsd.subdir.mk> |