summaryrefslogtreecommitdiffstats
path: root/secure/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-161-21/+7
| | | | | | | | | | | | | | | | | | | | | | | Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld". As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1). Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
* Drop this MAINTAINER bit. I'll reclaim an "Advisory Maintainership"markm2003-06-041-2/+0
| | | | for this area later.
* Removed the (never used) help-distribute target from here.ru2002-07-111-4/+0
| | | | | (Similar targets were once used during the release building process for kerberosIV and kerberos5.)
* Build everything properly. This means:markm2000-02-241-1/+1
| | | | | | | | | | | o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system.
* Make telnet with SRA work.markm1999-10-071-1/+1
| | | | Submitted by: Nick Sayer
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Claim ownershipmarkm1999-08-171-1/+3
|
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-4/+4
| | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Add extra targets a' la' eBones/Makefile for release/Makefile.markm1996-05-041-2/+27
| | | | (bootstrap etc)
* Remove duplicated targets which now build from main treeache1995-09-291-2/+2
| | | | if available and allowed
* After pst and ache fixed secure telnet, it was still not in the mainmarkm1995-07-291-2/+2
| | | | | | | | | makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from:
* Make the "distribute" target build the "des" distribution. Make des'edphk1994-11-141-3/+6
| | | | init and ed, by pointing to real sources.
* Back out static hacks & build of usr.bin until Geoff informs thepst1994-09-071-2/+3
| | | | | | world of his master plan. Submitted by: pst
* Remove static in front of declarations for des_setkey and des_cipherpst1994-09-071-2/+2
| | | | | | | | | | | 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
* 1) don't make bdes yetcsgr1994-08-121-2/+2
| | | | | | 2) fix .include in secure/lib/Makefile.inc 3) fix afterinstall rule in libcrypt/Makefile Submitted by: Geoff Rehmet
* add lib subdircsgr1994-08-081-2/+2
|
* Allow the `bdes' program to compile.wollman1994-08-071-0/+6
OpenPOWER on IntegriCloud