|
|
1.1 root 1: CFLAGS = -n -s -O
2:
3: all: sh
4:
5: cp: sh
6: cp sh /bin/sh
7: rm sh *.o
8:
9: cmp: sh
10: cmp sh /bin/sh
11: rm sh *.o
12:
13: sh: setbrk.o
14: sh: builtin.o blok.o stak.o
15: sh: cmd.o fault.o main.o
16: sh: word.o string.o name.o args.o
17: sh: xec.o service.o error.o io.o
18: sh: print.o macro.o expand.o
19: sh: ctype.o msg.o
20: sh: compat.o
21: blok.o: brkincr.h
22: fault.o: brkincr.h
23: main.o: brkincr.h
24: stak.o: brkincr.h
25:
26: sh:; cc -o sh -n *.o
27:
28: newsys:; :newsys file=msg; make sh
29: install:; install -s sh $(DESTDIR)/bin
30: clean:; rm -f sh *.o
31: diff:; :diff
32: list:; list Makefile *.h *.s *.c
33:
34: .c.o:; cc -O -c $<
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.