aboutsummaryrefslogtreecommitdiff
path: root/kerberos5
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/Makefile.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc
index 94b4102ad2db..6e799ff7155b 100644
--- a/kerberos5/Makefile.inc
+++ b/kerberos5/Makefile.inc
@@ -15,17 +15,8 @@ LDAPCFLAGS= -I${OPENLDAPBASE}/include -DOPENLDAP=1
LDAPLDFLAGS= -L${OPENLDAPBASE}/lib -Wl,-rpath,${OPENLDAPBASE}/lib
.endif
-.if exists(${.OBJDIR}/../../lib/libvers)
LIBVERS= ${.OBJDIR}/../../lib/libvers/libvers.a
-.else
-LIBVERS= ${.CURDIR}/../../lib/libvers/libvers.a
-.endif
-
-.if exists(${.OBJDIR}/../../lib/libsl)
LIBSL= ${.OBJDIR}/../../lib/libsl/libsl.a
-.else
-LIBSL= ${.CURDIR}/../../lib/libsl/libsl.a
-.endif
.if defined(SRCS)