aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add pam_ssh support to the static PAM library, libpam.a:Ruslan Ermilov2002-01-231-5/+0
| | | | | | | | | | | | | | - Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh. Reviewed by: des, markm Approved by: markm Notes: svn path=/head/; revision=89705
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-0/+5
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* secure/ build fixes:Ruslan Ermilov2001-03-261-6/+9
| | | | | | | | | | | | | | | | | | | | | | | - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74818
* WITH_IDEA --> MAKE_IDEA fix.Mark Murray2000-07-161-1/+1
| | | | Notes: svn path=/head/; revision=63268
* MFI. This is a documentation-only, diffreducing patch, that ifMark Murray2000-06-241-0/+4
| | | | | | | | invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included. Notes: svn path=/head/; revision=62030
* New distribution name.Mark Murray2000-02-281-1/+1
| | | | Notes: svn path=/head/; revision=57568
* Make telnet with SRA work.Mark Murray1999-10-071-0/+8
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51993
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* 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
* Remove references to TELNET*.Mark Murray1996-11-071-7/+1
| | | | Notes: svn path=/head/; revision=19501
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-161-1/+13
| | | | | | | secure reference the libraries that were just build instead of in /usr/lib. Notes: svn path=/head/; revision=10814
* Argh! Another instance of DES rather than des that I forgot. Truly,Jordan K. Hubbard1995-05-111-2/+2
| | | | | | | this keyword is in too many places! :( Notes: svn path=/head/; revision=8462
* Rename secure to DES.Jordan K. Hubbard1995-05-091-2/+2
| | | | Notes: svn path=/head/; revision=8373
* Change name of secrdist to secure.Jordan K. Hubbard1995-01-141-2/+2
| | | | Notes: svn path=/head/; revision=5597
* des DISTRIBUTION became secrdist.Poul-Henning Kamp1994-11-221-2/+2
| | | | Notes: svn path=/head/; revision=4767
* Make the "distribute" target build the "des" distribution. Make des'edPoul-Henning Kamp1994-11-141-2/+2
| | | | | | | init and ed, by pointing to real sources. Notes: svn path=/head/; revision=4485
* Allow the `bdes' program to compile.Garrett Wollman1994-08-071-0/+3
Notes: svn path=/head/; revision=1908