summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2010-05-26 16:44:34 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2010-05-26 16:44:34 +0000
commit8a9f9cc67e1e3472ccceed3d2505c63b277bdd68 (patch)
treec6046cf42d49b7baf27899e7f5784c755a55f6ec /usr.sbin/smtpd/smtpctl
parent0f31cd36b18a4e846125940b5fbdb71a8d33b5aa (diff)
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 'usr.sbin/smtpd/smtpctl')
-rw-r--r--usr.sbin/smtpd/smtpctl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpctl/Makefile b/usr.sbin/smtpd/smtpctl/Makefile
index 3d7c33a80be..d0d4413f0e9 100644
--- a/usr.sbin/smtpd/smtpctl/Makefile
+++ b/usr.sbin/smtpd/smtpctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2009/12/23 17:16:03 jacekm Exp $
+# $OpenBSD: Makefile,v 1.12 2010/05/26 16:44:32 nicm Exp $
.PATH: ${.CURDIR}/..
@@ -17,8 +17,7 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare -Wbounded
CFLAGS+= -DCLIENT_NO_SSL
-SRCS= smtpctl.c parser.c buffer.c imsg.c log.c enqueue.c \
- queue_shared.c util.c client.c
+SRCS= smtpctl.c parser.c log.c enqueue.c queue_shared.c util.c client.c
LDADD+= -lutil -levent
DPADD+= ${LIBUTIL} ${LIBEVENT}
.include <bsd.prog.mk>