summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libkadm5clnt
Commit message (Collapse)AuthorAgeFilesLines
* style.Makefile(5).ru2004-02-051-30/+26
| | | | OK'ed by: nectar
* Overhaul of kerberos5/ makefiles. Most significant changes are:ru2004-01-311-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dropped support for standalone builds, this was only partially supported anyway, and required so much magic in makefiles that made life dangerous (e.g., by using the custom yacc rules). - Got rid of .OBJDIR in makefiles -- makes building of individual files possible again. - Made the .x.c transformations -j safe. - Reprogrammed LDADD to fix static build of some utilities that was broken. - Fixed LDFLAGS and DPADD in the WITH_OPENLDAP case -- positively affects the contents of .depend files. - Removed redundant .h's from SRCS, only kept those that are generated. - libkrb5/ INCS were bogusly installed again with libgssapi/. - Made build-tools real tools with their own makefiles in separate directories. This allows us to properly track their dependencies, etc. - Faster build, 21% less of makefile code! Approved by: nectar Reviewed by: markm Silence on: arch
* The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated,nectar2003-10-101-1/+1
| | | | | | and must be installed from ${.OBJDIR}. Pointy hat: nectar
* Install additional headers for Kerberos (libkafs, libkadm5*, andnectar2003-10-091-0/+8
| | | | libhdb).
* Big fixup of the makefiles. Sort out the dependancies so that "make"markm2003-07-181-31/+32
| | | | | without "make depend" works, "make -j N" works, and lists of source files are made vertical to reduce future diffs.
* Fix build, and make parallel build much more robust.markm2001-02-141-0/+1
|
* update build infrastructure for heimdal 0.3eassar2001-02-131-4/+24
|
* Userland build of Kerberos5 (AKA Heimdal). More to come.markm2000-01-151-0/+19
This is not ready for primetime yet! Please hold off on the bug reports.
OpenPOWER on IntegriCloud