summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMagnus Holmberg <mho@cvs.openbsd.org>2003-05-14 08:01:03 +0000
committerMagnus Holmberg <mho@cvs.openbsd.org>2003-05-14 08:01:03 +0000
commit3353d3e9d4077ece131ef800477047b987befcc0 (patch)
treee82b9fb0e0df87890d3a2c0209d6711dfe42f15e /include
parentb896f92c615ce0623ccfbe3149fe3609bfa80625 (diff)
Remove krb4 support.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile
index b7966e796de..03fa2356c20 100644
--- a/include/Makefile
+++ b/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 <bsd.own.mk>
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