diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
| commit | ee66677a7a4c93fa63e21b0e7f1ea2e081060abb (patch) | |
| tree | 086bc6374cc176de9e2533a2b8b25ab0ef497b15 /kerberos5/Makefile.inc | |
| parent | 4c3763445ddc83d75b7e77c33aa5b1871fe550b7 (diff) | |
Notes
Diffstat (limited to 'kerberos5/Makefile.inc')
| -rw-r--r-- | kerberos5/Makefile.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc index 94b4102ad2db1..6e799ff7155b9 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) |
