summaryrefslogtreecommitdiffstats
path: root/usr.bin/enigma/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1998-10-30 18:20:54 +0000
committerjoerg <joerg@FreeBSD.org>1998-10-30 18:20:54 +0000
commit24c8864d3476c8157ad5c3782e0cf196ebc5eb6c (patch)
tree6b738a11650eb9baee996549059d68e3dd25f7db /usr.bin/enigma/Makefile
downloadFreeBSD-src-24c8864d3476c8157ad5c3782e0cf196ebc5eb6c.zip
FreeBSD-src-24c8864d3476c8157ad5c3782e0cf196ebc5eb6c.tar.gz
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
Diffstat (limited to 'usr.bin/enigma/Makefile')
-rw-r--r--usr.bin/enigma/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile
new file mode 100644
index 0000000..7d54eb8
--- /dev/null
+++ b/usr.bin/enigma/Makefile
@@ -0,0 +1,9 @@
+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
OpenPOWER on IntegriCloud