|
|
1.1 ! root 1: SRC= SP.c io.c keysetup.c crunch.c des.c permute.c randblock.c setup.c getpass.c alpha.c ! 2: OBJS= SP.o io.o keysetup.o crunch.o des.o permute.o randblock.o setup.o getpass.o alpha.o ! 3: CFLAGS= -O ! 4: ! 5: encrypt: $(OBJS) encrypt.o decrypt.o ! 6: cc -o encrypt encrypt.o $(OBJS) ! 7: cc -o decrypt decrypt.o $(OBJS) ! 8: ! 9: $(OBJS) encrypt.o decrypt.o: crypt.h ! 10: ! 11: install: encrypt ! 12: cp encrypt decrypt /usr/bin ! 13: strip /usr/bin/encrypt /usr/bin/decrypt ! 14: ! 15: clean: ! 16: rm -f *.o encrypt decrypt
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.