From 8f11c997150d17d72a801874bd486aad1ef7c239 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Tue, 28 Jul 2020 10:58:37 +0000 Subject: - Cleanups related to sparc64 removal. - Remove remains of sparc64 files. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D25831 --- rescue/rescue/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rescue') diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 9249e00a72505..9681ebaddfa30 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -147,10 +147,6 @@ CRUNCH_ALIAS_bsdlabel= disklabel #CRUNCH_LIBS+= -lsmb .endif -.if ${MACHINE_CPUARCH} == "sparc64" -CRUNCH_PROGS_sbin+= bsdlabel sunlabel -.endif - .if ${MACHINE_CPUARCH} == "amd64" CRUNCH_PROGS_sbin+= bsdlabel fdisk CRUNCH_ALIAS_bsdlabel= disklabel -- cgit v1.2.3