diff options
author | bz <bz@FreeBSD.org> | 2009-04-01 17:11:50 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-04-01 17:11:50 +0000 |
commit | 0a11466281fc588c6b3a8dc2d94fcaaa404392a1 (patch) | |
tree | 58ced2eb0107885b2b809890b947c294a5376a16 /Makefile | |
parent | df0ed71781b42b3334d3cf4200cf60ae4eb0ec19 (diff) | |
download | FreeBSD-src-0a11466281fc588c6b3a8dc2d94fcaaa404392a1.zip FreeBSD-src-0a11466281fc588c6b3a8dc2d94fcaaa404392a1.tar.gz |
Add a new world named 'mips' to our universe.
Discussed with: imp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |