From b1bdbe9d09cd2ed3972ba88e9a8331eac6eb943e Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 19 Feb 2014 23:09:25 +0000 Subject: [PATCH] Temporarily unhook BERI boot loader from the build until 32-bit MIPS properly excludes building our 64-bit only boot-loader adaptation. --- sys/boot/mips/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/boot/mips/Makefile b/sys/boot/mips/Makefile index 1a4ea33fb822..d51d5263f1aa 100644 --- a/sys/boot/mips/Makefile +++ b/sys/boot/mips/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.if 0 SUBDIR= beri +.endif .include