aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/enigma/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* Call crypt() directly instead of taking a detour through makekey.Tim J. Robbins2003-10-091-0/+3
| | | | Notes: svn path=/head/; revision=120935
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Silence -Wshadow and -Wmissing-prototypes; set WARNS=2.Dima Dorfman2001-06-251-0/+1
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=78781
* Remove unwanted CFLAGS, and add a CVS id.Eric Melville2001-06-151-1/+0
| | | | Notes: svn path=/head/; revision=78310
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
| | | | Notes: svn path=/head/; revision=74848
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-0/+1
| | | | Notes: svn path=/head/; revision=41568
* Fix some of the more blatant bugs in the original code, provide aJoerg Wunsch1998-10-301-7/+5
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=40769
* This is enigma, aka. crypt(1). It has suppsedly been taken fromJoerg Wunsch1998-10-301-0/+9
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 Notes: svn path=/cvs2svn/branches/CBW/; revision=40767