summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2015-07-04 19:28:30 +0200
committermanuel <manuel@mausz.at>2015-07-04 19:28:30 +0200
commit8f9afec35595f7c376876aa04dee08666614103c (patch)
tree155e0ad1c1b7b1a343a4f745ff0d44c4b6544783 /Makefile
parent4796b02569701548f2bfd3f2738d0fe437f3ae5b (diff)
downloadqmail-8f9afec35595f7c376876aa04dee08666614103c.tar.gz
qmail-8f9afec35595f7c376876aa04dee08666614103c.tar.bz2
qmail-8f9afec35595f7c376876aa04dee08666614103c.zip
add SMTP DANE support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be8a15e..abf6a05 100644
--- a/Makefile
+++ b/Makefile
@@ -1517,7 +1517,7 @@ dns.lib socket.lib
1517 ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \ 1517 ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
1518 lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \ 1518 lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
1519 env.a str.a fs.a auto_qmail.o base64.o \ 1519 env.a str.a fs.a auto_qmail.o base64.o \
1520 `cat dns.lib` `cat socket.lib` 1520 `cat dns.lib` `cat socket.lib` -lval -lsres
1521 1521
1522qmail-remote.0: \ 1522qmail-remote.0: \
1523qmail-remote.8 1523qmail-remote.8