aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2011-12-14 23:08:40 +0000
committereric <eric@openbsd.org>2011-12-14 23:08:40 +0000
commit6806f0d4841322ce99c0c3b9fbba6424af390183 (patch)
tree2125366a7d10425d41525ecfbb7bb1fae005c066 /smtpd
parentsplit auth_backend.c for consistency (diff)
downloadOpenSMTPD-6806f0d4841322ce99c0c3b9fbba6424af390183.tar.xz
OpenSMTPD-6806f0d4841322ce99c0c3b9fbba6424af390183.zip
finally kill queue_shared.c and move what is left to bounce.c
where it belongs. 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 e3c25eb0..f732a3f8 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.36 2011/12/14 22:28:02 eric Exp $
+# $OpenBSD: Makefile,v 1.37 2011/12/14 23:08:40 eric Exp $
PROG= smtpd
SRCS= aliases.c auth.c auth_bsd.c auth_pwd.c bounce.c \
@@ -7,7 +7,7 @@ SRCS= aliases.c auth.c auth_bsd.c auth_pwd.c bounce.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 \
mda.c mfa.c mfa_session.c mta.c parse.y \
- queue.c queue_shared.c ruleset.c runner.c smtp.c \
+ queue.c ruleset.c runner.c smtp.c \
smtp_session.c smtpd.c ssl.c ssl_privsep.c util.c asr.c \
print.c pack.c dname.c res_random.c sockaddr.c \
ramqueue.c queue_backend.c queue_fsqueue.c \