From 20b96b7fbcb96822c60f131033529f90bb4d89e6 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 00:08:39 +0000 Subject: Remove support for OSVERSION < 5 --- sysutils/healthd/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sysutils/healthd') diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index dce9fdfe7f9..5f37b20fbcf 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -30,9 +30,7 @@ INSTALL_TARGET= install-all HDDOCDIR= ${PREFIX}/share/doc/healthd -.include - -.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6) +.if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif @@ -57,4 +55,5 @@ pre-everything:: .ifndef (WITHOUT_IPV6) @${ECHO_MSG} "WITHOUT_IPV6=yes builds without IPv6 support" .endif -.include + +.include -- cgit