Initial revision

This commit is contained in:
ceriel
1987-01-07 17:13:41 +00:00
parent ebe9f3f466
commit fcc880c8f7
84 changed files with 1511 additions and 0 deletions

25
mach/pdp/libsys/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $Header$
install: cp
cp: all
../../install tail_mon
rm -f head_em tail_mon
cmp: all
-../../compare tail_mon
rm -f head_em tail_mon
all: tail_mon
tail_mon:
ASAR=ar ; export ASAR ;\
RANLIB=ranlib ; export RANLIB ;\
march . tail_mon
clean:
rm -f *.o
opr:
make pr | opr
pr:
@pr `pwd`/Makefile `pwd`/head_em.s
@pr -l33 `tail +1 LIST|sort`