From e122dacb0170b76677b26e1700c186257d19970c Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Tue, 17 Jan 2006 14:29:42 +0000 Subject: [PATCH] Ok, maybe I'll do something right today. Revert the logic. --- misc/ldconfig_compat/Makefile | 4 ++-- 1 file 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 .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