aboutsummaryrefslogtreecommitdiffstats
path: root/net/bpfstat
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2005-09-11 03:17:10 +0800
committercsjp <csjp@FreeBSD.org>2005-09-11 03:17:10 +0800
commitc2e46c73da726f82ef1bd779649d054d9b14bbc7 (patch)
tree2271144369ee1a9dd6bb5b2a66b7d056acd0ad1f /net/bpfstat
parentc4f6d1af0925f89f19e6266a0b7cc4495aa42afe (diff)
downloadfreebsd-ports-gnome-c2e46c73da726f82ef1bd779649d054d9b14bbc7.tar.gz
freebsd-ports-gnome-c2e46c73da726f82ef1bd779649d054d9b14bbc7.tar.zst
freebsd-ports-gnome-c2e46c73da726f82ef1bd779649d054d9b14bbc7.zip
Ignore this port on -CURRENT as we have merged this functionality into
netstat. On -CURRENT see netstat -B for more information. Approved by: Pav
Diffstat (limited to 'net/bpfstat')
-rw-r--r--net/bpfstat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/bpfstat/Makefile b/net/bpfstat/Makefile
index c18498036066..9219a416e805 100644
--- a/net/bpfstat/Makefile
+++ b/net/bpfstat/Makefile
@@ -22,4 +22,8 @@ PLIST_FILES= sbin/bpfstat
IGNORE= will only work on systems >= 600033
.endif
+.if ${OSVERSION} >= 700000
+IGNORE= this has been merged into netstat
+.endif
+
.include <bsd.port.post.mk>