diff options
author | Christian S.J. Peron <csjp@FreeBSD.org> | 2005-09-10 19:17:10 +0000 |
---|---|---|
committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2005-09-10 19:17:10 +0000 |
commit | c26fc6d4fc69b02a020f91e1bbabcde9453dec78 (patch) | |
tree | 5a99a28eaa10021447982a1464616104fae10e08 /net/bpfstat | |
parent | 3e7a86a13f1b97c83602619292c2c212cfad67cf (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/Makefile | 4 |
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> |