diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2012-09-16 16:24:09 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2012-09-16 16:24:09 +0000 |
commit | 31daff28c7781420c4a230b1ba546d4fd9a36a69 (patch) | |
tree | 968fdacac1389fd098d7f78f88189ed80dc407cb /usr.sbin | |
parent | 9e303d83d7a27ba3f2951fd48fb9019eba972185 (diff) |
link new aliases.5 and forward.5 to the build
ok gilles@
Diffstat (limited to 'usr.sbin')
-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 83bae3ab91b..7d9260f7f8e 100644 --- a/usr.sbin/smtpd/smtpd/Makefile +++ b/usr.sbin/smtpd/smtpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2012/09/16 10:48:28 eric Exp $ +# $OpenBSD: Makefile,v 1.55 2012/09/16 16:24:08 chl 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= smtpd.8 smtpd.conf.5 +MAN= aliases.5 forward.5 smtpd.8 smtpd.conf.5 BINDIR= /usr/sbin LDADD+= -levent -lutil -lssl -lcrypto -lm -lz |