From 7b5dfc58ad9d917cf2b81caecadffa94de932a4d Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 5 Jan 2000 11:59:12 +0000 Subject: support IPv6. commands under "netstat" are IPv6 ready. IPv6 is supported by filters (":ignore ssh") as well. TODO: do something about line truncation? TODO: inet6.icmp6? ":help" will not fit into single line... --- usr.bin/systat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/systat/Makefile') diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index a9346d4a364..37115c62ca4 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/12/16 04:02:22 jwise Exp $ +# $NetBSD: Makefile,v 1.21 2000/01/05 11:59:12 itojun Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= systat @@ -17,4 +17,6 @@ BINMODE=2555 LINKS= ${BINDIR}/systat ${BINDIR}/sysstat MLINKS+=systat.1 sysstat.1 +CPPFLAGS+=-DINET6 + .include -- cgit