aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build everything properly. This means:Mark Murray2000-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. Notes: svn path=/head/; revision=57437
* Make telnet with SRA work.Mark Murray1999-10-071-1/+1
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51993
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Claim ownershipMark Murray1999-08-171-1/+3
| | | | Notes: svn path=/head/; revision=49971
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-4/+4
| | | | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> Notes: svn path=/head/; revision=30113
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Add extra targets a' la' eBones/Makefile for release/Makefile.Mark Murray1996-05-041-2/+27
| | | | | | | (bootstrap etc) Notes: svn path=/head/; revision=15615
* Remove duplicated targets which now build from main treeAndrey A. Chernov1995-09-291-2/+2
| | | | | | | if available and allowed Notes: svn path=/head/; revision=11074
* After pst and ache fixed secure telnet, it was still not in the mainMark Murray1995-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: Notes: svn path=/head/; revision=9760
* Make the "distribute" target build the "des" distribution. Make des'edPoul-Henning Kamp1994-11-141-3/+6
| | | | | | | init and ed, by pointing to real sources. Notes: svn path=/head/; revision=4485
* Back out static hacks & build of usr.bin until Geoff informs thePaul Traina1994-09-071-2/+3
| | | | | | | | | world of his master plan. Submitted by: pst Notes: svn path=/head/; revision=2539
* Remove static in front of declarations for des_setkey and des_cipherPaul Traina1994-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 Notes: svn path=/head/; revision=2536
* 1) don't make bdes yetGeoff Rehmet1994-08-121-2/+2
| | | | | | | | | 2) fix .include in secure/lib/Makefile.inc 3) fix afterinstall rule in libcrypt/Makefile Submitted by: Geoff Rehmet Notes: svn path=/head/; revision=2044
* add lib subdirGeoff Rehmet1994-08-081-2/+2
| | | | Notes: svn path=/head/; revision=1962
* Allow the `bdes' program to compile.Garrett Wollman1994-08-071-0/+6
Notes: svn path=/head/; revision=1908