|
|
1.1 ! root 1: BIN=rogind rshd tcpd telnetd ftpd ! 2: CFLAGS=-g -I../etc -I../libin ! 3: ! 4: all : ${BIN} ! 5: ! 6: rogind : rogind.o ! 7: cc ${CFLAGS} -o rogind rogind.o -lin ! 8: ! 9: rshd : rshd.o ! 10: cc ${CFLAGS} -o rshd rshd.o -lin ! 11: ! 12: tcpd : tcpd.o ! 13: cc ${CFLAGS} -o tcpd tcpd.o -lin ! 14: ! 15: telnetd : telnetd.o telnetaux.o ! 16: cc ${CFLAGS} -o telnetd telnetd.o telnetaux.o -lin ! 17: ! 18: ftpd : ftpd.o ftpcmd.o ftpaux.o ! 19: ${CC} -g -o ftpd ftpd.o ftpcmd.o ftpaux.o -lin ! 20: ! 21: ftpcmd.o: ftpcmd.y ! 22: yacc ftpcmd.y ! 23: cc -c ${CFLAGS} y.tab.c ! 24: mv y.tab.o ftpcmd.o ! 25: ! 26: install : ${BIN} ! 27: cp ${BIN} /usr/inet/etc ! 28: chmod 755 /usr/inet/etc/* ! 29: chown root,bin /usr/inet/etc/* ! 30: ! 31: clean: ! 32: rm -f *.[oO] y.tab.c rogind rshd tcpd telnetd ftpd
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.