Added head_em to libsys.
This commit is contained in:
parent
35fae90a9d
commit
da936740a6
|
@ -1,8 +1,10 @@
|
|||
# $Header$
|
||||
install:
|
||||
../../install head_em.s head_em
|
||||
../../install tail_mon tail_mon
|
||||
|
||||
cmp:
|
||||
-../../compare head_em.s head_em
|
||||
-../../compare tail_mon tail_mon
|
||||
|
||||
clean :
|
||||
|
@ -11,4 +13,5 @@ opr :
|
|||
make pr | opr
|
||||
|
||||
pr:
|
||||
pr -h `pwd`/head_em.s head_em.s
|
||||
@arch pv tail_mon | pr -h `pwd`/tail_mon
|
||||
|
|
Loading…
Reference in a new issue