diff options
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> |