aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2012-08-26 18:56:08 +0000
committergilles <gilles@openbsd.org>2012-08-26 18:56:08 +0000
commitc9a6c6c82ee5f47b361347ca77120216912a73d6 (patch)
tree901c3eee3550ed814c184c45e456631c601572d2 /smtpd
parentsane rewrite of the disk-queue traversal code, and log bogus files found (diff)
downloadOpenSMTPD-c9a6c6c82ee5f47b361347ca77120216912a73d6.tar.xz
OpenSMTPD-c9a6c6c82ee5f47b361347ca77120216912a73d6.zip
missing DPADD ... sorry
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 ee59922e..7501e4cf 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.49 2012/08/26 13:38:43 gilles Exp $
+# $OpenBSD: Makefile,v 1.50 2012/08/26 18:56:08 gilles Exp $
.PATH: ${.CURDIR}/.. ${.CURDIR}/../../../lib/libc/asr
PROG= smtpd
SRCS= aliases.c auth.c bounce.c compress_backend.c config.c \
- control.c delivery.c dns.c encrypt.c envelope.c expand.c\
+ control.c delivery.c dns.c envelope.c expand.c \
forward.c iobuf.c ioev.c lka.c lka_session.c log.c map.c\
mda.c mfa.c mfa_session.c mta.c mta_session.c parse.y \
queue.c queue_backend.c ruleset.c \
@@ -39,7 +39,7 @@ MAN= smtpd.8 smtpd.conf.5
BINDIR= /usr/sbin
LDADD+= -levent -lutil -lssl -lcrypto -lm -lz
-DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO} ${LIBM}
+DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO} ${LIBM} ${LIBZ}
CFLAGS+= -g3 -ggdb -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/asr
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations