summaryrefslogtreecommitdiffstats
path: root/eBones/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old DES library from the bootstrap: targetmarkm1996-02-131-1/+0
| | | | Found by: Joerg
* Push the old des library into the attic (finally!). Also updatemarkm1996-02-111-2/+2
| | | | headers to put des.h in <des.h> not <kerberosIV/des.h>.
* After some more investigation I found that I can build a release from scratchmarkm1995-11-211-1/+2
| | | | | | | | | | by just adding the following patch. I think this is much cleaner than my previous patch that changed release/Makefile allthough I still think we can add the -DNOMAN in some places. :-) John -- Submitted by:John.Hay@csir.co.za
* Add the man directory to the SUBDIR list - some pages were bing lost.markm1995-11-011-2/+2
| | | | | | Thes pages will move for 2.2. Please put this in 2.1
* After the Great eBones Repository Copy (tm), make ebones actuallymarkm1995-09-131-13/+2
| | | | | | | | | | | | | | compile 1) remove rubbish no longer needed 2) correct existing Makefiles 3) add new makefiles where needed 4) correct code, header files and man pages where necessary PLEASE NOTE - after this you will need to make install in eBones/include, and mamake obj depend all install in eBones/lib before doing a make obj depend all install in eBones/. (I am going 6to fix src/Makefile next) PS - I hate slow international links - apologies for all the typos
* Major cleanup of eBones code:markm1995-09-071-4/+4
| | | | | | | | | | | | | | | | | | - Get all functions prototyped or at least defined before use. - Make code compile (Mostly) clean with -Wall set - Start to reduce the degree to which DES aka libdes is built in. - get all functions to the same uniform standard of definition: int foo(a, b) int a; int *b; { : } - fix numerous bugs exposed by above processes. Note - this replaces the previous work which used an unpopular function definition style.
* Remove register, registerd & make_keypair until thedes library is moved. mmarkm1995-08-261-2/+4
|
* Start the eBones cleanup ball rolling.markm1995-08-251-6/+3
| | | | | | | | | | | | | These are the start of a lot of work to clean up the FreeBSD eBones code. these changes include, but are not limited to: - Create prototypes for all the library routines - Make all the libraries compile clean with -Wall set - Fix numerous small bugs shown up in the above process - Prepare the code for libdes's removal to secure/ - add register, registerd and make_keypair to the make Lots more will follow in days to come. OK'ed by: rgrimes
* date: 1995/07/12 13:10:58; author: jkh; state: Exp; lines: +3 -2rgrimes1995-07-221-2/+3
| | | | | | | | | Sync with Mark M's latest suggestions. Submitted by: markm [This is being pulled from RELENG_2_0_5, it was commited there after the release, and we need it here and in RELENG_2_1_0, it will be cvs admin -o'ed off the RELENG_2_0_5 branch after this commit.]
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-17/+20
|
* Build kpasswd from normal passwd sources nowache1995-02-111-2/+4
| | | | Submitted by: mark@grondar.za
* Add ksrvutil.wollman1995-01-201-2/+2
|
* Added Kerberized passwd.wollman1995-01-201-2/+2
|
* Add kadmind.wollman1995-01-201-2/+2
|
* Add kadmin.wollman1995-01-201-2/+2
|
* Do all libraries first. Don't do `include' twice.wollman1995-01-201-4/+4
|
* Reflect the fact that compile_et has been moved and is now a `system'wollman1995-01-141-2/+2
| | | | utility.
* Add a `help-distribute' target which does a `distribute' in our subdirs,wollman1994-11-201-1/+14
| | | | | | | then goes into all the directories a `make kprog' would have and does it there, too. This should complete the krbdist, except that P-HK has to figure out where in his build process he wants to build and install this stuff.
* Zap 4.0 libkdb as well.wollman1994-10-061-1/+2
|
* A few fixes:wollman1994-10-061-11/+26
| | | | | | | | | | | | | - register, registerd, and make_keypair don't compile (and are bogus anyway) - don't forget to put back the obj directory when doing `kprog' - while we're at it make the `kprog' commands overrideable from the command line - add a bootstrap target which does the following: install includes cleandir and obj zap old version 4.0 shared libraries (these will screw the build) depend all install rebuild stuff in the main source tree which depends on kerberos
* Initial import of eBones.csgr1994-09-301-0/+25
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
OpenPOWER on IntegriCloud