aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-10-19 19:32:06 +0000
committerEd Maste <emaste@FreeBSD.org>2016-10-19 19:32:06 +0000
commit016e7731e7c8f0a0776d691e439378fdf51b64a3 (patch)
tree37938c0d3dd175283df87c160dfbd0e7c837ae26 /gnu/lib
parent4d76235fe3484e46f4746dbb1cc55712401b7beb (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index fa2a6218f170..1090b015bb16 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -5,18 +5,9 @@
SUBDIR= csu libgcc libregex
SUBDIR.${MK_DIALOG}+= libdialog
-
-.if ${MK_GCC} != "no"
-SUBDIR+= libgcov libgomp
-.endif
-
-.if ${MK_SSP} != "no"
-SUBDIR+= libssp
-.endif
-
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_GCC}+= libgcov libgomp
+SUBDIR.${MK_SSP}+= libssp
+SUBDIR.${MK_TESTS}+= tests
.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no"
SUBDIR+= libreadline