aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-05-19 20:13:55 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-05-19 20:13:55 +0000
commit001ec17e68faea9d841723f5c59064a9503d6dc7 (patch)
tree8cfe189254405fe5679f782e7a41a4c7dddc67bd /lib
parent6da8876256e3da48f67f380ff137dc212caf4ecf (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libomp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libomp/Makefile b/lib/libomp/Makefile
index c0f1cc1c6db79..743c319599612 100644
--- a/lib/libomp/Makefile
+++ b/lib/libomp/Makefile
@@ -68,4 +68,6 @@ VERSION_MAP= ${OMPSRC}/exports_so.txt
LIBADD+= pthread
LIBADD+= m
+SYMLINKS+= ${SHLIB_NAME} ${LIBDIR}/libgomp.so
+
.include <bsd.lib.mk>