diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-26 19:02:56 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-26 19:02:56 +0000 |
commit | 9ae35318e87386494d2f8321c298ff0414bf743a (patch) | |
tree | 709814a266656c9344a9ee7072058d9574256445 /share/mk | |
parent | 5562c729a923720677daefb9ad510642caf19604 (diff) |
Enable Kerberos 5
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 70fcba6a7e2..88a77cd872a 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.46 2001/06/13 19:02:14 art Exp $ +# $OpenBSD: bsd.own.mk,v 1.47 2001/06/26 19:02:55 hin Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -20,7 +20,7 @@ SKEY?= yes # Set `KERBEROS' to `yes' to build with support for Kerberos authentication. KERBEROS?= yes # Set `KERBEROS5' to `yes' to build with support for Kerberos5 authentication. -KERBEROS5?= no +KERBEROS5?= yes # Set `YP' to `yes' to build with support for NIS/YP. YP?= yes # Set `TCP_WRAPPERS' to `yes' to build certain networking daemons with |