From c26fc6d4fc69b02a020f91e1bbabcde9453dec78 Mon Sep 17 00:00:00 2001 From: "Christian S.J. Peron" Date: Sat, 10 Sep 2005 19:17:10 +0000 Subject: Ignore this port on -CURRENT as we have merged this functionality into netstat. On -CURRENT see netstat -B for more information. Approved by: Pav --- net/bpfstat/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/bpfstat') 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 -- cgit v1.2.3