summaryrefslogtreecommitdiffstats
path: root/usr.bin/enigma/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1998-10-30 18:24:54 +0000
committerjoerg <joerg@FreeBSD.org>1998-10-30 18:24:54 +0000
commit52a3cc418d15a021df568b6f6d3c5d03c251db6e (patch)
treecf70a7da616d7688bb240bc4d51b9029d6813bd2 /usr.bin/enigma/Makefile
parent0185a58913534ea4af562b31502977ed0361d977 (diff)
downloadFreeBSD-src-52a3cc418d15a021df568b6f6d3c5d03c251db6e.zip
FreeBSD-src-52a3cc418d15a021df568b6f6d3c5d03c251db6e.tar.gz
Fix some of the more blatant bugs in the original code, provide a
BSD-able Makefile, add a man page (that also puts a bold warning about the weakness of the encryption), and implement the -k option for compatibility with other vendor's implementations. (Unlike those other vendors, we actually also document this option and its problems.) There are more violations of style(9) in it, like the not-use of getopt(3), but it's not worth the while fixing all of this.
Diffstat (limited to 'usr.bin/enigma/Makefile')
-rw-r--r--usr.bin/enigma/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile
index 7d54eb8..4044708 100644
--- a/usr.bin/enigma/Makefile
+++ b/usr.bin/enigma/Makefile
@@ -1,9 +1,7 @@
-all: enigma makekey
+PROG= enigma
+MAN1= enigma.1
-install: enigma makekey
- cp enigma makekey /usr/brlcad/bin/.
- cp makekey.8 /usr/brlcad/man/man1/.
- ln -s enigma /usr/brlcad/bin/crypt
+LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
+MLINKS= enigma.1 crypt.1
-clean:
- rm -f enigma makekey *.o
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud