aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile4
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