diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-09-17 06:27:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-09-17 06:27:35 +0000 |
commit | 42c893f9b33af8ae82f9a99e2f9b953a5be356fc (patch) | |
tree | a16b2fdeb25f3e954ec59cd4d5679bc2a061baab /usr.sbin | |
parent | c53ab4c55c1574f4bb0fe152a5d6ac4822f561a3 (diff) |
revert previous and unlink aliases.5 and forward.5 from the build: these
files are too smtpd-specific for the general 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 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 |