diff --git a/mach/pmds/libsys/Makefile b/mach/pmds/libsys/Makefile new file mode 100644 index 000000000..d3d832c33 --- /dev/null +++ b/mach/pmds/libsys/Makefile @@ -0,0 +1,16 @@ +install: + ../../install head_em + ../../install tail_mon + +cmp: + -../../compare head_em + -../../compare tail_mon + +clean : + +opr : + make pr | opr + +pr: + @pr `pwd`/head_em + @arch pv tail_mon | pr -h `pwd`/tail_mon