|
|
1.1 ! root 1: BIN=telnetd ftpd ! 2: CFLAGS=-g -I../etc ! 3: ! 4: all : $BIN ! 5: ! 6: telnetd : telnetd.o telnetaux.o ! 7: cc $CFLAGS -o telnetd telnetd.o telnetaux.o ! 8: ! 9: ftpd : ftpd.o ftpcmd.o ftpaux.o ! 10: cc -g -o ftpd ftpd.o ftpcmd.o ftpaux.o -lin ! 11: ! 12: ftpcmd.o: ftpcmd.y ! 13: yacc ftpcmd.y ! 14: cc -c $CFLAGS y.tab.c ! 15: mv y.tab.o ftpcmd.o ! 16: ! 17: install : $BIN ! 18: cp $BIN /usr/ipc/servers ! 19: ! 20: clean: ! 21: rm -f *.[oO] y.tab.c telnetd ftpd
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.