aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authorsunil <sunil@openbsd.org>2018-01-06 07:57:53 +0000
committersunil <sunil@openbsd.org>2018-01-06 07:57:53 +0000
commit35812f141c9e00b8f86342ec0ba99609c6116016 (patch)
tree22e0412b6b079c38cc9c3f7e4bdbe7dea15658a8 /smtpd
parentUse crypt_checkpass(3) instead of crypt(3). (diff)
downloadOpenSMTPD-35812f141c9e00b8f86342ec0ba99609c6116016.tar.xz
OpenSMTPD-35812f141c9e00b8f86342ec0ba99609c6116016.zip
Move unpack functions into a seperate file.
Required for upcoming 'smtpctl spf walk'. Ok eric@ gilles@ millert@
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index a7621419..b193c34e 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.88 2017/08/13 11:10:31 eric Exp $
+# $OpenBSD: Makefile,v 1.89 2018/01/06 07:57:53 sunil Exp $
.PATH: ${.CURDIR}/..
@@ -14,6 +14,7 @@ SRCS+= crypto.c
SRCS+= delivery.c
SRCS+= dict.c
SRCS+= dns.c
+SRCS+= unpack_dns.c
SRCS+= envelope.c
SRCS+= esc.c
SRCS+= expand.c