summaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorDeanna Phillips <deanna@cvs.openbsd.org>2007-02-23 22:02:59 +0000
committerDeanna Phillips <deanna@cvs.openbsd.org>2007-02-23 22:02:59 +0000
commit29e3846fc1f8f320a97e9a958f03765bcc4cd30e (patch)
treeb2b17523a1ccc382b35aee72f2106996d352d540 /usr.bin/systat/Makefile
parentc5ed5e8b2135e8e4bac71f9e778f11c05c360227 (diff)
Add a display for hardware sensors, available with :sensors.
ok deraadt, jmc
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index ada225f1cf4..e509b9b8410 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2004/11/16 09:52:33 markus Exp $
+# $OpenBSD: Makefile,v 1.17 2007/02/23 22:02:58 deanna Exp $
PROG= systat
@@ -6,7 +6,7 @@ PROG= systat
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat
SRCS= cmds.c cmdtab.c disks.c dkstats.c fetch.c if.c iostat.c keyboard.c \
- main.c mbufs.c netcmds.c netstat.c pigs.c swap.c vmstat.c
+ main.c mbufs.c netcmds.c netstat.c pigs.c sensors.c swap.c vmstat.c
DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM}
LDADD= -lcurses -lm -lkvm
BINGRP= kmem