aboutsummaryrefslogtreecommitdiff
path: root/kerberosIV/lib
Commit message (Collapse)AuthorAgeFilesLines
* KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.Mark Murray2003-03-0810-236/+0
| | | | | | | Enjoy your retirement in ports. Notes: svn path=/head/; revision=111993
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* This code is no longer WARNS level 2 OK.David E. O'Brien2002-05-151-1/+1
| | | | Notes: svn path=/head/; revision=96637
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-132-6/+2
| | | | Notes: svn path=/head/; revision=96514
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-2/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-126-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Notes: svn path=/head/; revision=96462
* Style clean-up, and diff-reduce WRT src/secure/*/telnet/MakefileMark Murray2001-11-301-7/+12
| | | | Notes: svn path=/head/; revision=87142
* Diff reduce all the crypto telnet Makefiles.Mark Murray2001-08-201-1/+1
| | | | Notes: svn path=/head/; revision=81967
* Revamp and diff-reduce the various secure telnets. Make sure thatMark Murray2001-08-031-7/+8
| | | | | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes. Notes: svn path=/head/; revision=81104
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-3/+6
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-273-3/+3
| | | | Notes: svn path=/head/; revision=74859
* add strcollect.c to SRCS (new file in 1.0.5)Assar Westerlund2000-12-291-3/+3
| | | | Notes: svn path=/head/; revision=70501
* Update for KTH Kerberos (eBones) v1.0Mark Murray2000-01-095-24/+30
| | | | Notes: svn path=/head/; revision=55650
* Build some more build-toold so that "make world" works for theMark Murray1999-12-301-0/+2
| | | | | | | | KerberosIV case. Submitted by: marcel Notes: svn path=/head/; revision=55265
* Bring in SRA for telnet.Mark Murray1999-10-071-2/+3
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51990
* Fixes for new Kerberos4. Userland to follow.Mark Murray1999-09-197-37/+58
| | | | Notes: svn path=/head/; revision=51431
* Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete sharedBruce Evans1999-09-131-7/+4
| | | | | | | | | library: wrong library directory, wrong library extension and wrong comment). This is mainly of historical interest, if any. The library that gets removed is aout. Notes: svn path=/head/; revision=51236
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2810-10/+10
| | | | Notes: svn path=/head/; revision=50479
* The strtok_r() function is in libc now, so use it.John Polstra1999-01-202-4/+4
| | | | Notes: svn path=/head/; revision=42914
* Add an explicit dependency on libcrypt so that shared libraryJohn Polstra1998-11-181-1/+3
| | | | | | | linkage works properly. Notes: svn path=/head/; revision=41216
* While I am no longer making a shared library, nuke the old one to preventMark Murray1998-08-301-0/+11
| | | | | | | ld from picking it up spuriously. Notes: svn path=/head/; revision=38642
* Stop making the shared library for libtelnet (crypto version). ThisMark Murray1998-08-291-0/+2
| | | | | | | should have happened years ago. Notes: svn path=/head/; revision=38624
* Repaired version of Bruce's "make -jN" patches.Mark Murray1998-03-261-3/+2
| | | | Notes: svn path=/head/; revision=34894
* More fixes to help fix race bags in "make -jN".Mark Murray1998-03-201-3/+2
| | | | | | | Submitted by: BDE (Mostly) Notes: svn path=/head/; revision=34713
* Fix a break in the includes where the build blows chunks if it isMark Murray1997-10-021-1/+2
| | | | | | | | | being built in a totally clean environment. Found by: jkh and "make release" Notes: svn path=/head/; revision=30061
* Initial import of the new kerberosIV Makefiles.Mark Murray1997-09-2410-0/+201
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-) Notes: svn path=/cvs2svn/branches/MARKM/; revision=29815