Remove kludges intended to support src trees with partial obj trees.

Discussed with:	ru
This commit is contained in:
Dag-Erling Smørgrav
2005-06-10 06:12:53 +00:00
parent 4c3763445d
commit ee66677a7a
22 changed files with 43 additions and 191 deletions
-9
View File
@@ -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)