diff options
Diffstat (limited to 'usr.sbin/pstat/Makefile')
-rw-r--r-- | usr.sbin/pstat/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile new file mode 100644 index 0000000..9969a64 --- /dev/null +++ b/usr.sbin/pstat/Makefile @@ -0,0 +1,10 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= pstat +CFLAGS+=-I/sys +BINGRP= kmem +BINMODE=2555 +DPADD= ${LIBKVM} +LDADD= -lkvm + +.include <bsd.prog.mk> |