From: keie Date: Tue, 26 Mar 1985 15:04:02 +0000 (+0000) Subject: Added head_em. X-Git-Tag: release-5-5~5533 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=244e17241334d6435920f4801f3c430e4ccab004;p=ack.git Added head_em. --- 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