From 8e05cacf3152904ce81df726501ce83fcbb001cf Mon Sep 17 00:00:00 2001 From: keie Date: Sat, 8 Dec 1984 00:50:27 +0000 Subject: [PATCH] *** empty log message *** --- mach/pmds/libsys/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mach/pmds/libsys/Makefile diff --git a/mach/pmds/libsys/Makefile b/mach/pmds/libsys/Makefile new file mode 100644 index 00000000..d3d832c3 --- /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