diff options
Diffstat (limited to 'usr.sbin/pstat/Makefile')
-rw-r--r-- | usr.sbin/pstat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index f606be93263..cc7cb4220de 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2014/07/16 20:07:03 okan Exp $ +# $OpenBSD: Makefile,v 1.8 2015/03/11 14:59:04 deraadt Exp $ PROG= pstat MAN= pstat.8 -BINGRP= kmem -BINMODE=2555 DPADD= ${LIBKVM} LDADD= -lkvm |