|
|
1.1 root 1: CFLAGS = -Od2
2:
3: OBJ = BOXES.o compkeys.o des.o encrypt.o
4:
5: encrypt: $(OBJ)
6: cc -o encrypt $(OBJ)
7:
8: install: encrypt
9: rm -f /usr/games/encrypt /usr/games/decrypt
10: strip encrypt
11: mv encrypt /usr/games
12: ln /usr/games/encrypt /usr/games/decrypt
13:
14: clean:
15: rm -f $(OBJ) encrypt
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.