summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-04-17 20:16:48 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-04-17 20:16:48 +0000
commitc18abc55029a0110516e2fca9d71d11c685a433f (patch)
tree8a859e924a5d1db2251dc0b12f1b35e161b60047 /gnu
parentd0d8aa12ef4bc64dca2cfe4b68864ad280045673 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 3e4ee2bad1ce..6d75b906b3db 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -6,7 +6,7 @@ SUBDIR= csu
SUBDIR+= libdialog
SUBDIR+= libgcc
-.if ${MK_GCC} != "no"
+.if ${MK_GCC} != "no" && ${MK_OPENMP} == "no"
SUBDIR+= libgcov libgomp
.endif