From 9398d7d7bbdf08a9b1a09ad00244f98229cfc5e0 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 19 Jun 2004 07:47:01 +0000 Subject: BROKEN on 5.x: Does not compile --- security/vncrypt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') diff --git a/security/vncrypt/Makefile b/security/vncrypt/Makefile index 2274175103d..c45ca342ea0 100644 --- a/security/vncrypt/Makefile +++ b/security/vncrypt/Makefile @@ -27,6 +27,10 @@ SUP_OS_VER= 450004 BROKEN= "OS versions prior to ${SUP_OS_VER} is not supported" .endif +.if ${OSVERSION} >= 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .ifdef(IPSEC) #Compile for kernel with IPSEC support MAKE_ENV+= CRYPTO_SRCS="" -- cgit