diff options
author | des <des@FreeBSD.org> | 2002-05-28 06:37:27 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-05-28 06:37:27 +0000 |
commit | de2d13be74c6c0b060fabfe9b3245491ee0b7b79 (patch) | |
tree | b818ea18f62d381d6c0c0b70e816bff51af66813 /usr.sbin/pstat/Makefile | |
parent | 8daf14c02acd1fc5f4c5505a035ef06876c26f8a (diff) | |
download | FreeBSD-src-de2d13be74c6c0b060fabfe9b3245491ee0b7b79.zip FreeBSD-src-de2d13be74c6c0b060fabfe9b3245491ee0b7b79.tar.gz |
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
Diffstat (limited to 'usr.sbin/pstat/Makefile')
-rw-r--r-- | usr.sbin/pstat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |