diff options
Diffstat (limited to 'usr.sbin/smtpd/smtpctl/Makefile')
-rw-r--r-- | usr.sbin/smtpd/smtpctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl/Makefile b/usr.sbin/smtpd/smtpctl/Makefile index aa80005a8d8..c55c89d1380 100644 --- a/usr.sbin/smtpd/smtpctl/Makefile +++ b/usr.sbin/smtpd/smtpctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2012/01/11 22:24:37 gilles Exp $ +# $OpenBSD: Makefile,v 1.23 2012/08/18 18:18:23 gilles Exp $ .PATH: ${.CURDIR}/.. @@ -18,7 +18,7 @@ CFLAGS+= -Wsign-compare -Wbounded SRCS= enqueue.c parser.c log.c envelope.c SRCS+= queue_backend.c queue_fsqueue.c -SRCS+= smtpctl.c stats.c util.c +SRCS+= smtpctl.c util.c LDADD+= -lutil DPADD+= ${LIBUTIL} ${LIBEVENT} |