aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2013-03-27 07:48:42 +0000
committereric <eric@openbsd.org>2013-03-27 07:48:42 +0000
commit9bbca25673160e534c7d1fb9cd9f119cf841c758 (patch)
tree238a79e4ce6cc1d84795525f5e7085ab59d110f0 /smtpd
parentInclude inttypes.h to get PRIx64; ok gilles@ (diff)
downloadOpenSMTPD-9bbca25673160e534c7d1fb9cd9f119cf841c758.tar.xz
OpenSMTPD-9bbca25673160e534c7d1fb9cd9f119cf841c758.zip
fix build after asr update
ok gilles@
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index 27d29403..0ebdd33e 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.58 2013/01/26 09:37:24 gilles Exp $
+# $OpenBSD: Makefile,v 1.59 2013/03/27 07:48:42 eric Exp $
.PATH: ${.CURDIR}/.. ${.CURDIR}/../../../lib/libc/asr
@@ -34,7 +34,8 @@ SRCS+= stat_ramstat.c
# resolver
SRCS+= asr.c asr_debug.c asr_utils.c gethostnamadr_async.c \
- res_send_async.c getaddrinfo_async.c getnameinfo_async.c
+ res_send_async.c getaddrinfo_async.c getnameinfo_async.c \
+ res_search_async.c
# ldap backend
SRCS+= ber.c aldap.c