summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2010-06-01 19:47:10 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2010-06-01 19:47:10 +0000
commitd481f4e5ff358273fff595ce92426d61e61f20ef (patch)
tree549f1b72b9d56ecb755a3a41b8249d6e1a46528d /usr.sbin/smtpd/smtpctl
parentfdc0afec05f06bcbcb993907421d9070c9987324 (diff)
New queue doesn't compile on gcc2, back out. Spotted by deraadt@
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 51d0af9c31f..893f2ec381c 100644
--- a/usr.sbin/smtpd/smtpctl/Makefile
+++ b/usr.sbin/smtpd/smtpctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2010/05/31 23:38:56 jacekm Exp $
+# $OpenBSD: Makefile,v 1.14 2010/06/01 19:47:09 jacekm Exp $
.PATH: ${.CURDIR}/..
@@ -17,7 +17,7 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare -Wbounded
CFLAGS+= -DCLIENT_NO_SSL
-SRCS= smtpctl.c parser.c log.c enqueue.c queue_backend.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>