aboutsummaryrefslogtreecommitdiff
path: root/tools/build/options/WITHOUT_GSSAPI
Commit message (Collapse)AuthorAgeFilesLines
* - Fix setting of MK_GSSAPI option by bsd.own.mk; its value shouldRuslan Ermilov2007-12-121-0/+2
default to the value of MK_KERBEROS unless set explicitly by WITH_GSSAPI/WITHOUT_GSSAPI. (This introduces another type of MK_* variables which itself is questionable.) - Teach tools/build/options/makeman script that generates the src.conf(5) manpage about the new type of MK_* variables. - Fix broken logic in lib/Makefile. Notes: svn path=/head/; revision=174548