summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-05-23 15:09:49 +0000
committerdes <des@FreeBSD.org>2002-05-23 15:09:49 +0000
commitdf83130b9c5c85754ba6ae3be0d0b19f720af0b5 (patch)
tree53241895dbfb3e5d896ded3f1e80ddeb5396274f /usr.sbin/pstat/Makefile
parent408260d79e1740439755505258c766b4c5a4b3d3 (diff)
downloadFreeBSD-src-df83130b9c5c85754ba6ae3be0d0b19f720af0b5.zip
FreeBSD-src-df83130b9c5c85754ba6ae3be0d0b19f720af0b5.tar.gz
Un-kmemize. Portions of the tty mode code have been temporarily disabled;
everything else, including dead kernel support, works just like before. Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'usr.sbin/pstat/Makefile')
-rw-r--r--usr.sbin/pstat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile
index 92bcc5e..5730208 100644
--- a/usr.sbin/pstat/Makefile
+++ b/usr.sbin/pstat/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PROG= pstat
+WARNS?= 2
LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
MAN= pstat.8
MLINKS= pstat.8 swapinfo.8
-BINGRP= kmem
-BINMODE= 2555
DPADD= ${LIBKVM}
LDADD= -lkvm
OpenPOWER on IntegriCloud