From 8ef21a396d8627cdfced24744c2bacb7cb0c9453 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 6 Jan 2009 17:59:31 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- security/ike/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'security/ike') diff --git a/security/ike/Makefile b/security/ike/Makefile index 35da834062ed..1a9d03c6b9d8 100644 --- a/security/ike/Makefile +++ b/security/ike/Makefile @@ -57,10 +57,7 @@ post-patch: .ifdef(WITH_NATT) @${ECHO_MSG} "===> -------------------------------------------------------------------------" @${ECHO_MSG} "===> ATTENTION: You need a kernel patch to enable NAT-Traversal functionality!" -. if ${OSVERSION} < 600000 - @${ECHO_MSG} "===> There is no known NAT-T patch for FreeBSD 1 - 5!!!" -. endif -. if ${OSVERSION} > 600000 && ${OSVERSION} < 699999 +. if ${OSVERSION} < 699999 @${ECHO_MSG} "===> http://ipsec-tools.sf.net/freebsd6-natt.diff" . endif . if ${OSVERSION} > 700000 && ${OSVERSION} < 799999 -- cgit