diff options
author | jb <jb@FreeBSD.org> | 2008-05-25 22:13:17 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2008-05-25 22:13:17 +0000 |
commit | e75a451fc0dd76f9a62f66c92a86d75984c14099 (patch) | |
tree | c0f6bd3bc73c28ea786b71c508991f2321c70e38 /Makefile | |
parent | a3623cb733d4a3ddcf8ba280724b8ce3f19a7a58 (diff) | |
download | FreeBSD-src-e75a451fc0dd76f9a62f66c92a86d75984c14099.zip FreeBSD-src-e75a451fc0dd76f9a62f66c92a86d75984c14099.tar.gz |
Backout the change to remove sun4v.
Note that sun4v is currently broken on T2000 hardware so it's pretty
much a lame duck at this point.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -275,7 +275,7 @@ make: .PHONY # existing system is. # .if make(universe) -TARGETS?=amd64 arm i386 ia64 pc98 powerpc sparc64 +TARGETS?=amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v universe: universe_prologue universe_prologue: |