summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-01-29 12:43:26 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-01-29 12:43:26 +0000
commitb9bfb27b66bb75007562fe135ffb4b1be9c4bd16 (patch)
tree3e55179a54e9e6ef1a8738c757431a88ef0ac674 /usr.sbin/smtpd/smtpctl
parent396bc3cb8b875e7ec1ce1ff0020dd352ae7aecbe (diff)
Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c,
the remaining code was moved to queue_shared.c; ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/smtpctl')
-rw-r--r--usr.sbin/smtpd/smtpctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl/Makefile b/usr.sbin/smtpd/smtpctl/Makefile
index 2cb782ad7ce..03cdfc99a5d 100644
--- a/usr.sbin/smtpd/smtpctl/Makefile
+++ b/usr.sbin/smtpd/smtpctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2009/01/27 22:54:01 gilles Exp $
+# $OpenBSD: Makefile,v 1.6 2009/01/29 12:43:25 jacekm Exp $
.PATH: ${.CURDIR}/..
@@ -16,6 +16,6 @@ CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare -Wbounded
-SRCS= smtpctl.c parser.c buffer.c imsg.c log.c showqueue.c enqueue.c queue_shared.c util.c
+SRCS= smtpctl.c parser.c buffer.c imsg.c log.c enqueue.c queue_shared.c util.c
LDFLAGS= -lutil
.include <bsd.prog.mk>