|
|
1.1 ! root 1: ! 2: DESTDIR=/interim/usr/dict/ ! 3: ! 4: all: american.Z british.Z digrams trigrams local spellhist common Run ! 5: ! 6: american.Z: ! 7: co $(DESTDIR)american ! 8: cd $(DESTDIR) ; compress american ! 9: ! 10: british.Z: ! 11: co $(DESTDIR)british ! 12: cd $(DESTDIR) ; compress british ! 13: ! 14: digrams: ! 15: co $(DESTDIR)$@ ! 16: ! 17: trigrams: ! 18: co $(DESTDIR)$@ ! 19: ! 20: local: ! 21: touch $(DESTDIR)$@ ! 22: ! 23: spellhist: ! 24: su root /etc/mknod $(DESTDIR)$@ c 0 0 ! 25: su root chmog 666 bin bin $(DESTDIR)$@ ! 26: ! 27: common: ! 28: co $(DESTDIR)$@ ! 29: cd $(DESTDIR) ; compress common ! 30: ! 31: Run: ! 32: co $(DESTDIR)$@ ! 33: su root chmog 555 bin bin $(DESTDIR)$@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.