aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/ldconfig_compat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ldconfig_compat/Makefile b/misc/ldconfig_compat/Makefile
index 508df69bf09a..06bb0927374f 100644
--- a/misc/ldconfig_compat/Makefile
+++ b/misc/ldconfig_compat/Makefile
@@ -34,9 +34,9 @@ LOCAL_PREFIXES= ${PREFIX}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/bsd.ldconfig.mk"
-.if ${OSVERSION} < 504105 || \
+.if !(${OSVERSION} < 504105 || \
(${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || \
- (${OSVERSION} >= 600000 && ${OSVERSION} < 600104)
+ (${OSVERSION} >= 600000 && ${OSVERSION} < 600104))
IGNORE= isn't needed (part of base rc.d)
.endif