summaryrefslogtreecommitdiff
path: root/net/bpfstat
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2005-09-10 19:17:10 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2005-09-10 19:17:10 +0000
commitc26fc6d4fc69b02a020f91e1bbabcde9453dec78 (patch)
tree5a99a28eaa10021447982a1464616104fae10e08 /net/bpfstat
parent- Update to 0.8.6g (diff)
Ignore this port on -CURRENT as we have merged this functionality into
netstat. On -CURRENT see netstat -B for more information. Approved by: Pav
Notes
Notes: svn path=/head/; revision=142374
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>