summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul of kerberos5/ makefiles. Most significant changes are:ru2004-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Build and install the verify_krb5_conf(8) utility, which checksnectar2003-10-091-1/+2
| | | | krb5.conf(5) for obvious errors.
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld". As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1). Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
* Post KerberosIV de-orbit: Clean up Kerberos5. We dont need KerberosIVmarkm2003-03-091-1/+1
| | | | | compatiblity mode anymore. Rename the k5foo utils to kfoo (after repo-copy).
* sort SUBDIRassar2001-08-271-1/+1
| | | | Requested by: bde
* add krb5-configassar2001-08-271-1/+1
|
* Revamp and diff-reduce the various secure telnets. Make sure thatmarkm2001-08-031-1/+1
| | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
* *Sigh*. What I did without this, I have no idea.markm2001-03-051-1/+1
|
* KerberosIV is no longer compulsory. This should fix "make release".markm2000-03-011-1/+1
|
* Remove largescale evidence of crack-smoking.markm2000-02-281-1/+1
| | | | | | | Where a k4 applet has a k5 namesake, rename the k5 version from k<app> to k5<app>. (Repo copy done). Do some repairs to dependancies to support make world properly.
* Userland build of Kerberos5 (AKA Heimdal). More to come.markm2000-01-151-0/+5
This is not ready for primetime yet! Please hold off on the bug reports.
OpenPOWER on IntegriCloud