From 244e17241334d6435920f4801f3c430e4ccab004 Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 26 Mar 1985 15:04:02 +0000 Subject: [PATCH] Added head_em. --- mach/m68k4/libsys/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mach/m68k4/libsys/Makefile b/mach/m68k4/libsys/Makefile index 5cc6f2ca5..91f2cc351 100644 --- a/mach/m68k4/libsys/Makefile +++ b/mach/m68k4/libsys/Makefile @@ -1,11 +1,17 @@ # $Header$ install: + ../../install head_em.s head_em ../../install tail_mon.a tail_mon +compare: + -../../compare head_em.s head_em + -../../compare tail_mon.a tail_mon + clean : opr : make pr | opr pr: - @ar pv tail_mon.a + @pr -h `pwd`/head_em.s head_em.s + @ar pv tail_mon.a | pr -h `pwd`/tail_mon.a -- 2.34.1