diff options
Diffstat (limited to 'net-mgmt/arpscan/Makefile')
-rw-r--r-- | net-mgmt/arpscan/Makefile | 8 |
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> |