aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2011-12-14 22:28:02 +0000
committereric <eric@openbsd.org>2011-12-14 22:28:02 +0000
commit0346e357044d342e9024ad31fe82fa896b6ed22b (patch)
treed7a28798aa647f14587db606adcf66b660c0dfd4 /smtpd
parentmove show_queue() and related functions from queue_shared.c (diff)
downloadOpenSMTPD-0346e357044d342e9024ad31fe82fa896b6ed22b.tar.xz
OpenSMTPD-0346e357044d342e9024ad31fe82fa896b6ed22b.zip
split auth_backend.c for consistency
ok chl@ gilles@
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index e2a7ba9d..e3c25eb0 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.35 2011/12/13 23:00:52 eric Exp $
+# $OpenBSD: Makefile,v 1.36 2011/12/14 22:28:02 eric Exp $
PROG= smtpd
-SRCS= aliases.c auth_backend.c bounce.c client.c \
- delivery.c delivery_filename.c \
+SRCS= aliases.c auth.c auth_bsd.c auth_pwd.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_db.c map_stdio.c \