Module Name:    src
Committed By:   christos
Date:           Wed Jun 29 20:07:52 UTC 2016

Modified Files:
        src/external/ibm-public/postfix/libexec/smtpd: Makefile

Log Message:
Fix MKCRYPTO=no


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/external/ibm-public/postfix/libexec/smtpd/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/smtpd/Makefile
diff -u src/external/ibm-public/postfix/libexec/smtpd/Makefile:1.3 src/external/ibm-public/postfix/libexec/smtpd/Makefile:1.4
--- src/external/ibm-public/postfix/libexec/smtpd/Makefile:1.3	Wed Sep 25 15:25:08 2013
+++ src/external/ibm-public/postfix/libexec/smtpd/Makefile	Wed Jun 29 16:07:52 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2013/09/25 19:25:08 tron Exp $
+#	$NetBSD: Makefile,v 1.4 2016/06/29 20:07:52 christos Exp $
 
 NOMAN=	# defined
 
@@ -6,8 +6,8 @@ NOMAN=	# defined
 
 PROG=	smtpd
 
-DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG}
-.PATH:	${DIST}
+DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist
+.PATH:	${DIST}/src/${PROG}
 
 SRCS=	smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \
 	smtpd_peer.c smtpd_sasl_proto.c smtpd_sasl_glue.c smtpd_proxy.c \
@@ -20,6 +20,9 @@ LDADD+= ${LIBPMASTER} ${LIBPMILTER} ${LI
 .if ${MKCRYPTO} != "no"
 DPADD+=	${LIBPTLS} ${LIBSSL} ${LIBCRYPTO}
 LDADD+=	${LIBPTLS} -lssl -lcrypto
+.else
+.PATH:	${DIST}/src/tls
+SRCS+=	tls_level.c
 .endif
 
 DPADD+=	${LIBPUTIL}

Reply via email to