|
|
1.1 ! root 1: OBJS=main.o doconnect.o ! 2: SECRETOBJS=secret.o ! 3: RESOBJS=${OBJS} ${SECRETOBJS} res_tty.o ! 4: ! 5: all:V: auth ! 6: ! 7: auth: ${OBJS} ${RESOBJS} ${SECRETOBJS} ! 8: ${CC} ${LDFLAGS} $prereq -lipc -o $target ! 9: ! 10: doconnect.o: auth.h ! 11: main.o: auth.h ! 12: secret.o: auth.h ! 13: s5_tty.o: ! 14: res_tty.o: ! 15: ! 16: ! 17: install:V: /usr/guard/bin/auth ! 18: ! 19: /usr/guard/bin/auth: auth ! 20: cp auth $target.new ! 21: /etc/chown root,bin $target.new ! 22: chmod 4775 $target.new ! 23: mv $target $target.old && mv $target.new $target ! 24: ! 25: clean:V: ! 26: rm -f *.o auth core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.