diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-04-22 10:21:57 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-04-22 10:21:57 +0000 |
commit | 88f3e0129deeaef2831e0af9f63fef92e8d115d1 (patch) | |
tree | c14f8cab179af0103a2526ad04129fabb0fe36e6 /libexec/Makefile | |
parent | bd39db7c67b6e1765f7c4278b1b93a51e77592ae (diff) |
Remove KERBEROS5 from the Makefiles (except ssh for now, where it is
already manually disabled).
ok deraadt@
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 18fb7b223e5..49d3de8e6e6 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.59 2014/04/18 15:57:12 tedu Exp $ +# $OpenBSD: Makefile,v 1.60 2014/04/22 10:21:56 reyk Exp $ .include <bsd.own.mk> @@ -13,8 +13,4 @@ SUBDIR= comsat fingerd ftpd getty ld.so lockspool login_chpass \ SUBDIR+=rpc.yppasswdd .endif -.if (${KERBEROS5:L} == "yes") -SUBDIR+=login_krb5 login_krb5-or-pwd -.endif - .include <bsd.subdir.mk> |