From 03e00a72c68a5546196978ca2a460d8cf361dd44 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Wed, 24 Sep 1997 02:43:45 +0000 Subject: Add a mode to display ICMP statistics. Inspired by: IRIX netstat -C --- usr.bin/systat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/systat/Makefile') diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index eabc3ce6da59..55a8883b2ca5 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -3,7 +3,7 @@ PROG= systat CFLAGS+=-I${.CURDIR}/../../sys -I${.CURDIR}/../vmstat SRCS= cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c vmstat.c main.c \ - mbufs.c netcmds.c netstat.c pigs.c swap.c + mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM} LDADD= -lcurses -ltermcap -lm -lkvm BINGRP= kmem -- cgit v1.2.3