From d946d76de6e07f6d6d46c9216eaa8ca3350bdf73 Mon Sep 17 00:00:00 2001 From: mho <> Date: Wed, 14 May 2003 08:01:02 +0000 Subject: [PATCH] Remove krb4 support. --- src/include/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/include/Makefile b/src/include/Makefile index b7966e79..03fa2356 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.116 2003/05/09 02:17:18 millert Exp $ +# $OpenBSD: Makefile,v 1.117 2003/05/14 08:01:02 mho Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -60,10 +60,6 @@ NOOBJ= noobj # Change SYS_INCLUDE in bsd.own.mk to "symlinks" if you don't want copies .include SYS_INCLUDE?= copies -.if ${KERBEROS:L} == "yes" -RDIRS+= ../kerberosIV/lib -PRDIRS+=../kerberosIV/lib/kadm ../kerberosIV/lib/krb -.endif .if ${KERBEROS5:L} == "yes" RDIRS+= ../kerberosV/lib .endif