diff options
author | 2012-09-17 06:27:34 +0000 | |
---|---|---|
committer | 2012-09-17 06:27:34 +0000 | |
commit | dc2a5b41cd26c5242e52fff454c9af6195b06241 (patch) | |
tree | afec534bd923e07071cab8339643aff4548fa719 | |
parent | Rework the description of the flags to pool_get(9) (diff) | |
download | wireguard-openbsd-dc2a5b41cd26c5242e52fff454c9af6195b06241.tar.xz wireguard-openbsd-dc2a5b41cd26c5242e52fff454c9af6195b06241.zip |
revert previous and unlink aliases.5 and forward.5 from the build: these
files are too smtpd-specific for the general build;
ok gilles
-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 |