From 6662e3f43745a4fdd05d36fe92fd48fff6feea26 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 7 Jan 2002 19:27:50 +0000 Subject: [PATCH] Back out the previous revision for now. Instead, the current sparc64 Makefile changes are in the sparc64 p4 tree. --- gnu/lib/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 02c7e299ebda..cfd506068d9e 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,10 +1,6 @@ # $FreeBSD$ -.if ${MACHINE_ARCH} == "sparc64" -SUBDIR= libdialog libregex libreadline -.else SUBDIR= csu libdialog libgcc libregex libreadline -.endif .if ${OBJFORMAT} == aout .if !defined(NOLIBC_R)