From 96139278ce494a26eccc69bb52085b52a50722b7 Mon Sep 17 00:00:00 2001 From: attilio Date: Sat, 14 May 2011 01:53:38 +0000 Subject: 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 --- usr.sbin/bsdinstall/partedit/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr.sbin/bsdinstall/partedit') 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 -- cgit v1.1