Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ibm-public/postfix/libexec don't list tlsmgr twice; ...



details:   https://anonhg.NetBSD.org/src/rev/d977052f82d2
branches:  trunk
changeset: 756292:d977052f82d2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 11 05:37:32 2010 +0000

description:
don't list tlsmgr twice; espcially one of them being outside of
the ${MKCRYPTO} != no check.

diffstat:

 external/ibm-public/postfix/libexec/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r e36eaca19473 -r d977052f82d2 external/ibm-public/postfix/libexec/Makefile
--- a/external/ibm-public/postfix/libexec/Makefile      Sun Jul 11 03:13:08 2010 +0000
+++ b/external/ibm-public/postfix/libexec/Makefile      Sun Jul 11 05:37:32 2010 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.1 2009/06/25 18:21:53 tron Exp $
+#      $NetBSD: Makefile,v 1.2 2010/07/11 05:37:32 mrg Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=        anvil bounce cleanup discard error flush local master oqmgr pickup \
        pipe postfix-script proxymap qmgr scache sendmail showq smtp smtpd \
-       spawn tlsmgr trivial-rewrite verify virtual
+       spawn trivial-rewrite verify virtual
 
 .if ${MKCRYPTO} != "no"
 SUBDIR+=       tlsmgr



Home | Main Index | Thread Index | Old Index