diff options
author | attilio <attilio@FreeBSD.org> | 2011-05-14 01:53:38 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-05-14 01:53:38 +0000 |
commit | 96139278ce494a26eccc69bb52085b52a50722b7 (patch) | |
tree | 7673b284ad690bef683dca3bdfe5aeb355305893 /usr.sbin | |
parent | 882abde07ade9dbd393ef81d8d65cf3562e85bfc (diff) | |
download | FreeBSD-src-96139278ce494a26eccc69bb52085b52a50722b7.zip FreeBSD-src-96139278ce494a26eccc69bb52085b52a50722b7.tar.gz |
Disconnect sun4v architecture from the three.
Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.
Reviewed by: marius
Tested by: sbruno
Approved by: re
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsdinstall/partedit/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/bsdinstall/partedit/Makefile b/usr.sbin/bsdinstall/partedit/Makefile index 80d89cc..9618b09 100644 --- a/usr.sbin/bsdinstall/partedit/Makefile +++ b/usr.sbin/bsdinstall/partedit/Makefile @@ -9,9 +9,6 @@ PARTEDIT_ARCH= ${MACHINE} .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" PARTEDIT_ARCH= x86 .endif -.if ${MACHINE} == "sun4v" -PARTEDIT_ARCH= sparc64 -.endif .if !exists(partedit_${PARTEDIT_ARCH}.c) PARTEDIT_ARCH= generic .endif |