|
|
1.1 ! root 1: CFLAGS = -O ! 2: ! 3: all: atc sread ! 4: ! 5: install: all ! 6: if [ ! -d /usr/games/lib/atc ] ;\ ! 7: then mkdir /usr/games/lib/atc ;\ ! 8: chown bin /usr/games/lib/atc ;\ ! 9: chgrp bin /usr/games/lib/atc ;\ ! 10: chmod o-w,g+w /usr/games/lib/atc ;\ ! 11: fi ! 12: strip atc ! 13: mv atc /usr/games ! 14: cp airspaces /usr/games/lib/atc ! 15: ! 16: atc.o aread.o: ahdr.h ! 17: ! 18: atc: atc.o aread.o ! 19: cc -o atc atc.o aread.o -ltermlib ! 20: ! 21: sread: sread.o ! 22: cc -o sread sread.o ! 23: ! 24: clean: ! 25: rm -f atc *.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.