182a90e4ec
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
15 lines
219 B
Makefile
15 lines
219 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= pstat
|
|
WARNS?= 2
|
|
LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
|
|
MAN= pstat.8
|
|
MLINKS= pstat.8 swapinfo.8
|
|
WARNS?= 4
|
|
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
|
|
.include <bsd.prog.mk>
|