Adapt makefiles for Postfix 2.7.1 (at least first past).

This commit is contained in:
tron 2010-06-17 18:35:45 +00:00
parent 6941d836af
commit e64aeb6ffd
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:53 tron Exp $
# $NetBSD: Makefile,v 1.2 2010/06/17 18:35:45 tron Exp $
LIBISPRIVATE= yes
@ -41,7 +41,8 @@ SRCS= alldig.c allprint.c argv.c argv_split.c attr_clnt.c attr_print0.c \
vstream_popen.c vstring.c vstring_vstream.c watchdog.c writable.c \
write_buf.c write_wait.c sane_basename.c format_tv.c allspace.c \
allascii.c load_file.c killme_after.c vstream_tweak.c upass_listen.c \
upass_trigger.c upass_connect.c edit_file.c inet_windowsize.c
upass_trigger.c upass_connect.c edit_file.c inet_windowsize.c \
unix_pass_fd_fix.c dict_cache.c
COPTS.unix_recv_fd.c = -Wno-stack-protector
COPTS.unix_send_fd.c = -Wno-stack-protector

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:54 tron Exp $
# $NetBSD: Makefile,v 1.2 2010/06/17 18:35:45 tron Exp $
NOMAN= # defined
@ -12,7 +12,7 @@ DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG}
SRCS= alias.c command.c dotforward.c file.c forward.c \
include.c indirect.c local.c mailbox.c recipient.c resolve.c token.c \
deliver_attr.c maildir.c biff_notify.c unknown.c \
local_expand.c
local_expand.c bounce_workaround.c
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}