From dfc91ccb0bda55067518b0903ed463cfe91b5ccf Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 13 Nov 2010 22:38:33 +0000 Subject: [PATCH] Add mips back to universe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4209248f419..cef96ae55f2 100644 --- a/Makefile +++ b/Makefile @@ -281,7 +281,7 @@ tinderbox: # existing system is. # .if make(universe) || make(universe_kernels) || make(tinderbox) -TARGETS?=amd64 i386 ia64 pc98 powerpc sparc64 sun4v +TARGETS?=amd64 i386 ia64 pc98 powerpc sparc64 sun4v mips .if defined(DOING_TINDERBOX) FAILFILE=tinderbox.failed