aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpctl/Makefile
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2012-12-06 10:57:23 +0100
committerGilles Chehade <gilles@poolp.org>2012-12-06 10:57:23 +0100
commit4b6b1b7e60e848913f375d71c04d1cb7304960b7 (patch)
tree7bf8368f7b0cdcf441f1f07dfb7c745330cbd98f /smtpd/smtpctl/Makefile
parentuse the correct domain name (diff)
downloadOpenSMTPD-4b6b1b7e60e848913f375d71c04d1cb7304960b7.tar.xz
OpenSMTPD-4b6b1b7e60e848913f375d71c04d1cb7304960b7.zip
move conversion util functions to to.c
Diffstat (limited to 'smtpd/smtpctl/Makefile')
-rw-r--r--smtpd/smtpctl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtpd/smtpctl/Makefile b/smtpd/smtpctl/Makefile
index 3c046ad1..0ed709cd 100644
--- a/smtpd/smtpctl/Makefile
+++ b/smtpd/smtpctl/Makefile
@@ -21,6 +21,7 @@ SRCS= enqueue.c parser.c log.c envelope.c
SRCS+= queue_backend.c queue_fsqueue.c
SRCS+= smtpctl.c util.c
SRCS+= compress_backend.c compress_gzip.c
+SRCS+= to.c
LDADD+= -lutil -lz
DPADD+= ${LIBUTIL} ${LIBZ}