ack/mach/pmds4/libsys/Makefile

18 lines
271 B
Makefile
Raw Normal View History

1985-03-05 00:17:40 +00:00
# $Header$
install:
1985-03-26 15:00:09 +00:00
../../install head_em.s head_em
1985-03-05 00:17:40 +00:00
../../install tail_mon tail_mon
cmp:
1985-03-26 15:00:09 +00:00
-../../compare head_em.s head_em
1985-03-05 00:17:40 +00:00
-../../compare tail_mon tail_mon
clean :
opr :
make pr | opr
pr:
1985-03-26 15:00:09 +00:00
pr -h `pwd`/head_em.s head_em.s
1985-03-05 00:17:40 +00:00
@arch pv tail_mon | pr -h `pwd`/tail_mon