diff options
-rw-r--r-- | usr.sbin/smtpd/smtpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile index 7d9260f7f8e..f504da11bf3 100644 --- a/usr.sbin/smtpd/smtpd/Makefile +++ b/usr.sbin/smtpd/smtpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2012/09/16 16:24:08 chl Exp $ +# $OpenBSD: Makefile,v 1.56 2012/09/17 06:27:34 jmc Exp $ .PATH: ${.CURDIR}/.. ${.CURDIR}/../../../lib/libc/asr @@ -34,7 +34,7 @@ SRCS+= user_pwd.c SRCS+= asr.c asr_debug.c asr_utils.c gethostnamadr_async.c \ res_send_async.c getaddrinfo_async.c getnameinfo_async.c -MAN= aliases.5 forward.5 smtpd.8 smtpd.conf.5 +MAN= smtpd.8 smtpd.conf.5 BINDIR= /usr/sbin LDADD+= -levent -lutil -lssl -lcrypto -lm -lz |