diff options
| author | itojun <itojun@NetBSD.org> | 2000-01-05 11:59:12 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2000-01-05 11:59:12 +0000 |
| commit | 7b5dfc58ad9d917cf2b81caecadffa94de932a4d (patch) | |
| tree | 2555957cd875d91291758fa3ce50ca3893da20b6 /usr.bin/systat/Makefile | |
| parent | 88ac9b1712cb2fa4ba43fd3479760247da0f014e (diff) | |
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...
Diffstat (limited to 'usr.bin/systat/Makefile')
| -rw-r--r-- | usr.bin/systat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.prog.mk> |
