diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1995-12-23 21:49:54 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1995-12-23 21:49:54 +0000 |
commit | 436303a3f014a6bb1dc1dced6eebaee23d3cf249 (patch) | |
tree | ce8e8ac4c59f5fe6104bf321d95bbfd090d6639f /share | |
parent | 3cff2912071c8ce7a1a089784f362eb3fbe311a9 (diff) |
Enable kerberosIV by default
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.own.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 1a8f850b942..67d6c4a6297 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -4,7 +4,7 @@ SKEY= yes # Defining `KERBEROS' causes support for Kerberos authentication to be # compiled in. -#KERBEROS= yes +KERBEROS= yes # Defining 'KERBEROS5' causes support for Kerberos5 authentication to be # compiled in. #KERBEROS5= yes |