|
|
1.1 root 1: #
2: # This is correct for the
3: # XENIX (empty) 5.0 iAPX286 1 1006 (empty)
4: # version. There are so many versions of xenix out there
5: # that it is probabably wrong for yours. At least this should give
6: # you a starting point.
7: #
8: rm -f Makefile
9: cp Makefile.dst Makefile
10: chmod u+w Makefile
11: ed - Makefile <<'EOF'
12: g/^#USG /s///
13: g/^#V7 /d
14: g/^#VMS /d
15: g/^#BSD4_[123] /d
16: g/#NOTVMS/s/#NOTVMS.*//
17: g/^MISC *=/s/$/ uname.o/
18: g/^UUXFLAGS/s//UUXFLAGS =/
19: g/^IBMFLAGS/s/$/ -M2l -LARGE -DM_XENIX/
20: g/^LIBS/s/$/ -lx -ldbm/
21: g/termlib/s//curses -ltermcap/
22: g/^LFLAGS =/s/$/ -F 8000 -m ${@}.map/
23: g/rm -f $(COMMANDS) $(OTHERS) \*.o a.out/s/a.out/\*.map a.out/
24: g/-o inews/s/-o/-m inews.map -F 5000 -o/
25: g/-o readnews/s/-o/-m readnews.map -F 3000 -o/
26: g/-o vnews /s/-o/-F 5000 -m vnews.map -o /
27: g/-o checknews/s/-o/-F E000 -o/
28: g/-o expire/s/-o/-F A000 -o/
29: g/-Dvfork=fork/s///
30: g/-Dindex=strchr/s///
31: g/-Drindex=strrchr/s///
32: g/^SCCSID/s/^/#/
33: w
34: q
35: EOF
36:
37: rm -f defs.h
38: cp defs.dist defs.h
39: chmod u+w defs.h
40: ed - defs.h <<'EOF'
41: g/#define TMAIL/s//\/\* #define TMAIL/
42: g/\/usr\/ucb\/more/s//\/usr\/bin\/more/
43: g/uux - -r -z/s//uux - /
44: g/uucpname/s//systemid/
45: g/\/\* #define LOCKF/s//#define LOCKF/
46: g/\/\* #define UUNAME/s/...//
47: w
48: q
49: EOF
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.