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/smtpd Makefile.inc needs...
details: https://anonhg.NetBSD.org/src/rev/318f719f7b41
branches: trunk
changeset: 346171:318f719f7b41
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 30 03:05:45 2016 +0000
description:
Makefile.inc needs -I${DIST} to be the source dir of the program we are
compiling, make it so.
diffstat:
external/ibm-public/postfix/libexec/smtpd/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r f9c1fba97232 -r 318f719f7b41 external/ibm-public/postfix/libexec/smtpd/Makefile
--- a/external/ibm-public/postfix/libexec/smtpd/Makefile Thu Jun 30 01:44:48 2016 +0000
+++ b/external/ibm-public/postfix/libexec/smtpd/Makefile Thu Jun 30 03:05:45 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/06/29 20:07:52 christos Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/30 03:05:45 christos Exp $
NOMAN= # defined
@@ -6,8 +6,9 @@
PROG= smtpd
-DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist
-.PATH: ${DIST}/src/${PROG}
+TOP= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist
+DIST=${TOP}/src/${PROG}
+.PATH: ${DIST}
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 \
@@ -21,7 +22,7 @@
DPADD+= ${LIBPTLS} ${LIBSSL} ${LIBCRYPTO}
LDADD+= ${LIBPTLS} -lssl -lcrypto
.else
-.PATH: ${DIST}/src/tls
+.PATH: ${TOP}/src/tls
SRCS+= tls_level.c
.endif
Home |
Main Index |
Thread Index |
Old Index