aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/arpscan
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 10:24:29 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 10:24:29 +0800
commit27bcde2bbeb9705ab9909fa624324d2dabc8a3c3 (patch)
tree9732a636b574b55c7fbddc861c58994a5b2bb9d5 /net-mgmt/arpscan
parent390824965052cc70180f9260020ce05f7bac73b3 (diff)
downloadfreebsd-ports-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.tar.gz
freebsd-ports-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.tar.zst
freebsd-ports-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net-mgmt/arpscan')
-rw-r--r--net-mgmt/arpscan/Makefile8
1 files changed, 1 insertions, 7 deletions
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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 500000
-IGNORE= unknown BIOCSETIF error
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>