Moved head_em to libsys.

This commit is contained in:
keie 1985-03-26 14:53:00 +00:00
parent dc92fe358e
commit c5a739c68f

View file

@ -1,12 +1,10 @@
# $Header$
install:
../../install head_em.s head_em
../../install tail_em
../../install tail_em.a tail_em
../../install end.s end_em
cmp:
-../../compare head_em.s head_em
-../../compare tail_em
-../../compare tail_em.a tail_em
-../../compare end.s end_em
clean :
@ -15,6 +13,5 @@ opr :
make pr | opr
pr:
@pr `pwd`/head_em.s
@arch pv tail_em.rt | pr -h `pwd`/tail_em.rt
@arch pv tail_em.a | pr -h `pwd`/tail_em.a
@pr `pwd`/end.s