aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-05-26 16:44:32 +0000
committernicm <nicm@openbsd.org>2010-05-26 16:44:32 +0000
commit6c8aa3002605ab979cd74b7ea44f691e41b218dd (patch)
treeff6d264835d3462874418e6c5dd540c972e92208 /smtpd
parentRename some imsg bits to make namespace collisions less likely buf to (diff)
downloadOpenSMTPD-6c8aa3002605ab979cd74b7ea44f691e41b218dd.tar.xz
OpenSMTPD-6c8aa3002605ab979cd74b7ea44f691e41b218dd.zip
Move imsg into libutil and add a man page.
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt
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 3a93ef20..663f189e 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.16 2010/05/06 15:31:09 naddy Exp $
+# $OpenBSD: Makefile,v 1.17 2010/05/26 16:44:32 nicm Exp $
PROG= smtpd
-SRCS= aliases.c authenticate.c bounce.c buffer.c client.c \
- config.c control.c dns.c expand.c forward.c imsg.c \
+SRCS= aliases.c authenticate.c bounce.c client.c \
+ config.c control.c dns.c expand.c forward.c \
lka.c log.c map.c map_backend.c map_parser.c mda.c \
mfa.c mta.c parse.y queue.c queue_shared.c ruleset.c \
runner.c smtp.c smtp_session.c smtpd.c ssl.c \