diff options
author | 2013-03-27 07:48:42 +0000 | |
---|---|---|
committer | 2013-03-27 07:48:42 +0000 | |
commit | 3f9d67c2f0ff1fa49789f2c25ea9126074bba76c (patch) | |
tree | 5d0e5789da90290a5e90d91f3c9183b857044c34 | |
parent | Only use the search domains for DNS lookups, as the current resolver does. (diff) | |
download | wireguard-openbsd-3f9d67c2f0ff1fa49789f2c25ea9126074bba76c.tar.xz wireguard-openbsd-3f9d67c2f0ff1fa49789f2c25ea9126074bba76c.zip |
fix build after asr update
ok gilles@
-rw-r--r-- | usr.sbin/smtpd/smtpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile index 27d29403d95..0ebdd33e8e2 100644 --- a/usr.sbin/smtpd/smtpd/Makefile +++ b/usr.sbin/smtpd/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 |