|
|
1.1 ! root 1: DESTDIR=/interim/usr/bin/ ! 2: ! 3: all: cut paste ! 4: >done ! 5: ! 6: cut: cut.o strtol.o ! 7: cc -o $(DESTDIR)$@ $< $(LIB) ! 8: su root chmog 511 bin bin $(DESTDIR)$@ ! 9: ! 10: cut.o: cut.c ! 11: cc $(CFLAGS) -c $(INC) $< ! 12: ! 13: strtol.o: strtol.c ! 14: cc $(CFLAGS) -c $(INC) $< ! 15: ! 16: paste: paste.o ! 17: cc -o $(DESTDIR)$@ $< $(LIB) ! 18: su root chmog 511 bin bin $(DESTDIR)$@ ! 19: ! 20: paste.o: paste.c ! 21: cc $(CFLAGS) -c $(INC) $<
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.