summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index cfd5060..02c7e29 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -1,6 +1,10 @@
# $FreeBSD$
+.if ${MACHINE_ARCH} == "sparc64"
+SUBDIR= libdialog libregex libreadline
+.else
SUBDIR= csu libdialog libgcc libregex libreadline
+.endif
.if ${OBJFORMAT} == aout
.if !defined(NOLIBC_R)
OpenPOWER on IntegriCloud