From ef25a6c63e4275bebb4cbeaf0ff6dfd32136d879 Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 19 Feb 2014 23:09:25 +0000 Subject: 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 1a4ea33..d51d526 100644 --- a/sys/boot/mips/Makefile +++ b/sys/boot/mips/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.if 0 SUBDIR= beri +.endif .include -- cgit v1.1