1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

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
This commit is contained in:
Dimitry Andric 2019-05-19 19:42:35 +00:00
parent 3a4f12e3b1
commit 6da8876256
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347978

View File

@ -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