aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2011-12-13 22:09:53 +0000
committereric <eric@openbsd.org>2011-12-13 22:09:53 +0000
commit46c62da3d0b7e5de5556d1634c15cd00d040b6db (patch)
treec1ceab1e5156fc7e6005e66577fb32dfe606b601 /smtpd
parentsplit user_backend.c into user.c and user_pwd.c to be consistent with the (diff)
downloadOpenSMTPD-46c62da3d0b7e5de5556d1634c15cd00d040b6db.tar.xz
OpenSMTPD-46c62da3d0b7e5de5556d1634c15cd00d040b6db.zip
merge map_backend.c into map.c
ok gilles@
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index 3a461b0d..ed1d4cef 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.33 2011/12/13 22:04:35 eric Exp $
+# $OpenBSD: Makefile,v 1.34 2011/12/13 22:09:53 eric Exp $
PROG= smtpd
SRCS= aliases.c auth_backend.c bounce.c client.c \
delivery.c delivery_filename.c \
delivery_maildir.c delivery_mbox.c delivery_mda.c \
config.c control.c dns.c expand.c forward.c \
- lka.c lka_session.c log.c map.c map_backend.c \
+ lka.c lka_session.c log.c map.c \
map_backend_db.c map_backend_stdio.c \
mda.c mfa.c mfa_session.c mta.c parse.y \
queue.c queue_shared.c ruleset.c runner.c smtp.c \