aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcipher/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* I'm now happy that this is no longer needed. Libcrypto hasMark Murray2003-06-041-14/+0
| | | | | | | all its functionality, and all its consumers have been converted. Notes: svn path=/head/; revision=115830
* Style sync with rest of FreeBSD.David E. O'Brien2002-11-061-6/+4
| | | | Notes: svn path=/head/; revision=106538
* secure/ build fixes:Ruslan Ermilov2001-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - 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
* $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
* Split the libcrypt and libcipher man pages.Mark Murray1996-04-131-6/+4
| | | | Notes: svn path=/head/; revision=15225
* Install crypt.3 so that libcipher will install if /usr/share/manMike Pritchard1996-04-091-1/+2
| | | | | | | | has been blown away. Previously it depended on an existing crypt.3 to be present for the man page links to install properly. Notes: svn path=/head/; revision=15159
* Comment out the NOPROFILE=yes to make this orthogonal with the rest of ourMark Murray1996-03-171-2/+2
| | | | | | | libs. Notes: svn path=/head/; revision=14656
* Another round of man page cleanups.Mike Pritchard1996-02-121-3/+3
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* fix bogus .includeGeoff Rehmet1994-09-091-3/+4
| | | | | | | Submitted by: Geoff. Notes: svn path=/head/; revision=2601
* - Remove crypt() - it's in libcryptGeoff Rehmet1994-09-071-5/+6
| | | | | | | | | | - remove ^L's - CTM will probably choke on them - add PRECIOUSLIB to Makefile - name changes libcrypt -> libcipher Submitted by: Geoff. Notes: svn path=/head/; revision=2550
* Bring in the 1.1.x international libcrypt, whichGeoff Rehmet1994-09-071-0/+15
will in due course become libcipher. Based on David Burren's FreeSEC Submitted by: Geoff. Notes: svn path=/cvs2svn/branches/FBSD_1_intl/; revision=2546