diff options
| author | joerg <joerg@NetBSD.org> | 2013-09-11 09:59:13 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-09-11 09:59:13 +0000 |
| commit | 31ac4f950cf2fd012fb97a13d03364ce5fa86c14 (patch) | |
| tree | 0950431dfee51a3bb5802d02138a63f248ce6952 /external | |
| parent | 604d27949a3aa0502772db234c9944312eeda4da (diff) | |
Drop now redundant assignment from the MKPIC=no case.
Diffstat (limited to 'external')
| -rw-r--r-- | external/ibm-public/postfix/Makefile.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/external/ibm-public/postfix/Makefile.inc b/external/ibm-public/postfix/Makefile.inc index bf69a1128ae..bd8561c13f2 100644 --- a/external/ibm-public/postfix/Makefile.inc +++ b/external/ibm-public/postfix/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.15 2013/09/11 09:58:02 joerg Exp $ +# $NetBSD: Makefile.inc,v 1.16 2013/09/11 09:59:13 joerg Exp $ .include <bsd.own.mk> @@ -61,13 +61,9 @@ CPPFLAGS+= -DHAS_LDAP . if defined(PROG) LDADD+= -lldap -llber DPADD+= ${LIBLDAP} ${LIBLBER} -. if (${MKPIC} == "no" || (defined(LDSTATIC) && ${LDSTATIC} != "")) -LDADD+= -llber -DPADD+= ${LIBLBER} -. if ${MKCRYPTO} != "no" +. if (${MKPIC} == "no" || (defined(LDSTATIC) && ${LDSTATIC} != "")) && ${MKCRYPTO} != "no" DPADD+= ${LIBSSL} ${LIBCRYPTO} LDADD+= -lssl -lcrypto -. endif . endif . endif .endif # USE_LDAP != no |
