aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-05-19 19:42:35 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-05-19 19:42:35 +0000
commit6da8876256e3da48f67f380ff137dc212caf4ecf (patch)
treeeef43a48a18d394080dc17f2019ae5cee4ebad59 /tools
parent3a4f12e3b116fbbf2d7c9b35ff6d0a167009818a (diff)
downloadsrc-6da8876256e3da48f67f380ff137dc212caf4ecf.tar.gz
src-6da8876256e3da48f67f380ff137dc212caf4ecf.zip
Fix OptionalObsoleteFiles copy/paste mistake from r345236, which
connected libomp to the build. The comparison should not have been against ${MK_OPENSSH}, but against ${MK_OPENMP}, obviously. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=347978
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index cb319afb2322..3471e8b0e86a 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -7749,7 +7749,7 @@ OLD_FILES+=usr/share/man/man8/smpquery.8.gz
OLD_FILES+=usr/share/man/man8/vendstat.8.gz
.endif
-.if ${MK_OPENSSH} == no
+.if ${MK_OPENMP} == no
.if ${MK_GCC} == no
OLD_FILES+=usr/include/omp.h
.endif