diff options
author | David Malone <dwmalone@FreeBSD.org> | 2003-08-01 20:28:20 +0000 |
---|---|---|
committer | David Malone <dwmalone@FreeBSD.org> | 2003-08-01 20:28:20 +0000 |
commit | f29d8c1abe6a89f8e8e93f57152a36d409d327cd (patch) | |
tree | da7d960e379b3bb363b96828304ecde4ba6bfb13 /usr.bin/systat/Makefile | |
parent | b77c2bcd981959d2306d8d7814c51a9435a83e00 (diff) |
Add ip6 and icmp6 displays to systat.
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=118318
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 5a0a05ed3acf..c74c08dc05fa 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -3,8 +3,10 @@ PROG= systat SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \ - mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c ip.c tcp.c \ + mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c icmp6.c \ + mode.c ip.c ip6.c tcp.c \ vmstat.c convtbl.c ifcmds.c ifstat.c +CFLAGS+=-DINET6 DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM} ${LIBDEVSTAT} LDADD= -lcurses -lm -lkvm -ldevstat |