diff options
author | 2001-06-26 19:02:55 +0000 | |
---|---|---|
committer | 2001-06-26 19:02:55 +0000 | |
commit | 82aeb50b77bd00baf01c898a221766d0c851a7bd (patch) | |
tree | 1b000ace303667484132c9e5b370c8afba160f67 | |
parent | USB is still somewhat flakey on alpha. disable by default. (diff) | |
download | wireguard-openbsd-82aeb50b77bd00baf01c898a221766d0c851a7bd.tar.xz wireguard-openbsd-82aeb50b77bd00baf01c898a221766d0c851a7bd.zip |
Enable Kerberos 5
-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 |