diff --git a/tools/setup.lisp b/tools/setup.lisp
index 2639ff9d38e0b058f7c3c2a94e25c5f9f193315a..5ce4dab76f60416d23cb73baca16f66b5514a0e5 100644
--- a/tools/setup.lisp
+++ b/tools/setup.lisp
@@ -212,6 +212,7 @@
 	  ((c:target-featurep :sparc) "sparc/")
 	  ((c:target-featurep :x86) "x86/")
 	  ((c:target-featurep :alpha) "alpha/")
+	  ((c:target-featurep :sgi) "mips/")
 	  (t
 	   (error "What machine is this?")))
     (make-pathname :directory (pathname-directory f)))))