History log of /freebsd-10.3-release/secure/usr.bin/bdes/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 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


# 126178 23-Feb-2004 johan

style.Makefile(5):
Use WARNS?= instead of WARNS=.


# 115718 02-Jun-2003 markm

Modernise. Use libcrypto instead of libcipher for DES.


# 81119 03-Aug-2001 bde

Link to libcipher in the usual way. `bdes' depended on a nonexistent
library. This only worked because of the undocmented feature of make(1)
that targets named foo.a are always up to date.

Fixed some style bugs.


# 50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 22990 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 16663 24-Jun-1996 jkh

Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.


# 12950 21-Dec-1995 ache

Pick correct library dir whenever obj exists or not


# 4485 14-Nov-1994 phk

Make the "distribute" target build the "des" distribution. Make des'ed
init and ed, by pointing to real sources.


# 3232 30-Sep-1994 pst

!Just! fixing makefile, no code changes Geoff


# 2695 12-Sep-1994 ache

Add libcipher.a: libcrypt exports only crypt() but not des_setkey()
which is in libcipher.a


# 2536 07-Sep-1994 pst

Remove static in front of declarations for des_setkey and des_cipher
so that linking against -lcrypt (-ldescrypt) will give us the good
versions instead of the stubs in libc. (These changes need to be
made to the non-US version of libdescrypt too!)

Allow building and support for bdes program.
A bit more work still needs to be done on secure telnet.

Submitted by: pst


# 1899 07-Aug-1994 wollman

Moved from usr.bin/bdes for export-control.