freebsd-nq/usr.bin/enigma/Makefile
Joerg Wunsch 13e21a9da4 This is enigma, aka. crypt(1). It has suppsedly been taken from
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
1998-10-30 18:20:54 +00:00

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