aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-18 16:05:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-18 16:05:41 +0000
commit40f51e754309cae5a0756a82f7cb0186156d6070 (patch)
tree55376478c0d842d1bd85bed237af02abe6d983bd /gnu/lib
parent8dca9c27c95e82ceb3a549e7f76324d5db3d6fe1 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index a208c79c37a7..796cefcacc98 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -2,7 +2,7 @@
.include <src.opts.mk>
-SUBDIR= csu libgcc libdialog libregex libreadline
+SUBDIR= csu libgcc libdialog libregex
.if ${MK_GCC} != "no"
SUBDIR+= libgcov libgomp
@@ -16,6 +16,10 @@ SUBDIR+= libssp
SUBDIR+= tests
.endif
+.if ${MK_GDB} != "no"
+SUBDIR+= libreadline
+.endif
+
# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
.if ${MK_GNUCXX} != "no"