From f85e6b521307cbfd2fb97acd739e815773b1082b Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Wed, 1 Apr 2009 17:11:50 +0000 Subject: [PATCH] Add a new world named 'mips' to our universe. Discussed with: imp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b69ffef28ecc..ebaeb6d49c68 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,7 @@ tinderbox: # existing system is. # .if make(universe) || make(tinderbox) -TARGETS?=amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v +TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v .if defined(DOING_TINDERBOX) FAILFILE=tinderbox.failed