From de2d13be74c6c0b060fabfe9b3245491ee0b7b79 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 28 May 2002 06:37:27 +0000 Subject: Remove the code that was disabled in a recent commit; it is of very limited use and has been broken in -CURRENT for a long time. Clean up unneeded entries in the nlist array. Implement kvm-backed ttymode (which we never had before). Incomplete as we do not (yet?) print the correct device, sid or pgid. Sponsored by: DARPA, NAI Labs --- usr.sbin/pstat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/pstat/Makefile') diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index 5730208..34493cb 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -6,6 +6,7 @@ WARNS?= 2 LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo MAN= pstat.8 MLINKS= pstat.8 swapinfo.8 +WARNS?= 4 DPADD= ${LIBKVM} LDADD= -lkvm -- cgit v1.1