aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-01-07 19:27:50 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-01-07 19:27:50 +0000
commit6662e3f43745a4fdd05d36fe92fd48fff6feea26 (patch)
tree45b0a28ac83a6a443573ee3103ca330ac3759393 /gnu
parent27e5f9f620587496305645a04e3614b0b90d7dee (diff)
downloadsrc-6662e3f43745a4fdd05d36fe92fd48fff6feea26.tar.gz
src-6662e3f43745a4fdd05d36fe92fd48fff6feea26.zip
Back out the previous revision for now. Instead, the current sparc64
Makefile changes are in the sparc64 p4 tree.
Notes
Notes: svn path=/head/; revision=89015
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/Makefile4
1 files changed, 0 insertions, 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)