History log of /freebsd-10-stable/usr.bin/enigma/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 125503 05-Feb-2004 ru

Fixed style of DPADD and LDADD assignments as per style.Makefile(5).


# 120935 09-Oct-2003 tjr

Call crypt() directly instead of taking a detour through makekey.


# 90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


# 78781 25-Jun-2001 dd

Silence -Wshadow and -Wmissing-prototypes; set WARNS=2.

Submitted by: Mike Barcroft <mike@q9media.com>


# 78310 15-Jun-2001 eric

Remove unwanted CFLAGS, and add a CVS id.


# 74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


# 40769 30-Oct-1998 joerg

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.


# 40768 30-Oct-1998 joerg

This commit was generated by cvs2svn to compensate for changes in r40767,
which included commits to RCS files with non-trunk default branches.


# 40767 30-Oct-1998 joerg

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