13e21a9da4
Cryptbreakers Workbench. While arguably a rather weak encryption, it's in some use in the Internet still, and provided by a bunch of other Unix systesms, so we include it here for compatibility. Silently agreed by: core
10 lines
189 B
Makefile
10 lines
189 B
Makefile
all: enigma makekey
|
|
|
|
install: enigma makekey
|
|
cp enigma makekey /usr/brlcad/bin/.
|
|
cp makekey.8 /usr/brlcad/man/man1/.
|
|
ln -s enigma /usr/brlcad/bin/crypt
|
|
|
|
clean:
|
|
rm -f enigma makekey *.o
|