aboutsummaryrefslogtreecommitdiff
path: root/kerberos5
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-06-10 06:12:53 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-06-10 06:12:53 +0000
commitee66677a7a4c93fa63e21b0e7f1ea2e081060abb (patch)
tree086bc6374cc176de9e2533a2b8b25ab0ef497b15 /kerberos5
parent4c3763445ddc83d75b7e77c33aa5b1871fe550b7 (diff)
downloadsrc-ee66677a7a4c93fa63e21b0e7f1ea2e081060abb.tar.gz
src-ee66677a7a4c93fa63e21b0e7f1ea2e081060abb.zip
Remove kludges intended to support src trees with partial obj trees.
Discussed with: ru
Notes
Notes: svn path=/head/; revision=147225
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)