|
|
1.1 ! root 1: # CFLAGS are not needed for i8086 ! 2: ! 3: DESTDIR=/interim/bin/ ! 4: DESTDIR2=/interim/usr/dict/ ! 5: DESTDIR3=/interim/usr/lib/ ! 6: ! 7: CFLAGS= -O ! 8: UTILS= spellin spell spell.script ! 9: ! 10: all: $(UTILS) ! 11: >all ! 12: # include file deftty.h defines the default ERASE, KILL and INTERRUPT ! 13: # characters for ttys. ! 14: ! 15: spell2.o: spell2.c ! 16: $(CC) $(CFLAGS) spell2.c ! 17: ! 18: spell.script: ! 19: co $(DESTDIR)$@ ! 20: mv $(DESTDIR)$@ $(DESTDIR)spell ! 21: su root chmog 555 bin bin $(DESTDIR)spell ! 22: ! 23: spell: spell.c spell2.o ! 24: $(CC) $(CFLAGS) -o $(DESTDIR3)spell spell.c spell2.o ! 25: su root chown bin $(DESTDIR3)spell ! 26: su root chgrp bin $(DESTDIR3)spell ! 27: su root chmod 555 $(DESTDIR3)spell ! 28: ! 29: spellin: spellin.c spell2.o ! 30: $(CC) $(CFLAGS) -o $(DESTDIR2)spellin spellin.c spell2.c ! 31: su root chown bin $(DESTDIR2)spellin ! 32: su root chgrp bin $(DESTDIR2)spellin ! 33: su root chmod 511 $(DESTDIR2)spellin
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.