diff options
-rw-r--r-- | libexec/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 3dce87a032d..fd7bee3212c 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.21 2001/06/24 23:31:42 hin Exp $ +# $OpenBSD: Makefile,v 1.22 2001/06/25 04:36:15 hin Exp $ .include <bsd.own.mk> @@ -17,4 +17,8 @@ SUBDIR+=rpc.yppasswdd SUBDIR+=ld.so .endif +.if (${KERBEROS5:L} == "yes") +SUBDIR+=login_krb5 +.endif + .include <bsd.subdir.mk> |