Module Name: src Committed By: mrg Date: Sun Jul 11 05:37:32 UTC 2010
Modified Files: src/external/ibm-public/postfix/libexec: Makefile Log Message: don't list tlsmgr twice; espcially one of them being outside of the ${MKCRYPTO} != no check. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/ibm-public/postfix/libexec/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/ibm-public/postfix/libexec/Makefile diff -u src/external/ibm-public/postfix/libexec/Makefile:1.1 src/external/ibm-public/postfix/libexec/Makefile:1.2 --- src/external/ibm-public/postfix/libexec/Makefile:1.1 Thu Jun 25 18:21:53 2009 +++ src/external/ibm-public/postfix/libexec/Makefile Sun Jul 11 05:37:32 2010 @@ -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