Remove kludges intended to support src trees with partial obj trees.
Discussed with: ru
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user