From 27bcde2bbeb9705ab9909fa624324d2dabc8a3c3 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 02:24:29 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- net-mgmt/arpscan/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'net-mgmt/arpscan') diff --git a/net-mgmt/arpscan/Makefile b/net-mgmt/arpscan/Makefile index b736629b606a..7fc72bd401a8 100644 --- a/net-mgmt/arpscan/Makefile +++ b/net-mgmt/arpscan/Makefile @@ -22,10 +22,4 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ PLIST_FILES= bin/arpscan -.include - -.if ${OSVERSION} <= 500000 -IGNORE= unknown BIOCSETIF error -.endif - -.include +.include -- cgit