summaryrefslogtreecommitdiff
path: root/kerberosV/Makefile.inc
AgeCommit message (Collapse)Author
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-07-22Missed one CFLAGS -> CPPFLAGSAntoine Jacoutot
ok robert@
2013-07-12Remove exectuable bit from files in /usr/include/kerberosV; ok robertStefan Sperling
2013-07-01Pass all Kerberos man pages to a sed substitution to fix paths so thatAntoine Jacoutot
they match hier(7). e.g. /etc/krb5.conf versus /etc/kerberosV/krb5.conf help from espie@ ok espie@ robert@
2013-06-21Fix some dependencies and in the meantime indent all the loops in theRobert Nagy
Makefile.inc file to make it more readable. Also add missing files to CLEANFILES so that make clean removes all the generated files. with help from espie@, thanks!
2013-06-21Pass NO_NTLM to the compile line.Antoine Jacoutot
ok robert@
2013-06-19start un-bloating kerberos by removing support for hx509, pthreads, spnego,Robert Nagy
ntlm, pkinit
2013-06-18create include directories if they are non-existentRobert Nagy
2013-06-18add a trailing / at the end of the directory when installing includesRobert Nagy
to avoid installing a bogus file
2013-06-18don't create include directories in the include target, mtree is takingRobert Nagy
care of it
2013-06-17update kerberosV to Heimdal 1.5.2 using BSD Makefiles basedRobert Nagy
on the ones from FreeBSD This is getting commited now so that we can patch it up fast in the tree. There are known regressions so please don't try to build this on your own now, please wait for the next available snapshot. If however you would still want to build it, make sure build and install everything in the tools directory first. This is not the full commit yet because there are several subdirectories.
2006-04-14fixes for heimdal 0.7.2Bjorn Sandell
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵Magnus Holmberg
David Krause, ...
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-11define SYSCONFDIRHans Insulander
2001-08-07Make kerberosV compile entirely on platforms lacking shared libraries,Miod Vallat
i.e. hppa, mvme88k and vax. Discussed a lot with hugh@ and (less) with hin@, probably the least ugly patch we could make.
2001-07-08remove MIPS leftovers.Brad Smith
-- Ok'd by deraadt@
2001-06-27er, don't compile and link kerberosV with -gHans Insulander
2001-06-27-WallHans Insulander
2001-05-25Remove bogus and incorrect version string.Hans Insulander
2001-05-25krb5 main Makefile.Hans Insulander
Set 'KERBEROS5=Yes' in /etc/mk.conf to enable the experimental kerberos5 support.