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/linux-acu/Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sysutils/linux-acu/Makefile') diff --git a/sysutils/linux-acu/Makefile b/sysutils/linux-acu/Makefile index c8aeaa4af48..145114bf796 100644 --- a/sysutils/linux-acu/Makefile +++ b/sysutils/linux-acu/Makefile @@ -37,16 +37,6 @@ RESTRICTED= "Redistribution not allowed" LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' -pre-fetch: -.if ${OSVERSION} < 460000 - @${ECHO} - @${ECHO} "OS-VERSION ${OSVERSION} too low" - @${ECHO} - @${ECHO} "acu needs some important sys/dev/an changes" - @${ECHO} "Please upgrade to 4.6-STABLE or greater" - @${FALSE} -.endif - post-extract: .if ${LINPROCFS} @${ECHO} -- cgit