update for postfix 2.0.6

This commit is contained in:
perry 2003-03-08 19:12:16 +00:00
parent 59d07125ee
commit b5fe7b6a73
5 changed files with 25 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2002/12/24 21:21:03 perry Exp $ # $NetBSD: Makefile,v 1.10 2003/03/08 19:12:16 perry Exp $
# The first four of these are libraries and have to be built first. # The first four of these are libraries and have to be built first.
@ -8,7 +8,7 @@ SUBDIR= util global dns masterlib .WAIT \
README_FILES bounce cleanup error flush html \ README_FILES bounce cleanup error flush html \
lmtp local man master nqmgr pickup pipe postalias \ lmtp local man master nqmgr pickup pipe postalias \
postcat postconf postdrop postfix postkick postlock \ postcat postconf postdrop postfix postkick postlock \
postlog postmap postqueue postsuper qmgr sendmail \ postlog postmap postqueue postsuper proxymap qmgr sendmail \
showq smtp smtpd spawn trivial-rewrite virtual showq smtp smtpd spawn trivial-rewrite virtual
.if ${MKSHARE} != "no" || \ .if ${MKSHARE} != "no" || \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2002/12/24 19:47:50 perry Exp $ # $NetBSD: Makefile,v 1.10 2003/03/08 19:12:16 perry Exp $
NOLINT= # defined NOLINT= # defined
NOPIC= # defined NOPIC= # defined
@ -32,7 +32,7 @@ SRCS= been_here.c bounce.c canon_addr.c cleanup_strerror.c clnt_stream.c \
tok822_resolve.c tok822_rewrite.c tok822_tree.c xtext.c bounce_log.c \ tok822_resolve.c tok822_rewrite.c tok822_tree.c xtext.c bounce_log.c \
flush_clnt.c mail_conf_time.c mbox_conf.c mbox_open.c abounce.c \ flush_clnt.c mail_conf_time.c mbox_conf.c mbox_open.c abounce.c \
verp_sender.c match_parent_style.c mime_state.c header_token.c \ verp_sender.c match_parent_style.c mime_state.c header_token.c \
strip_addr.c virtual8_maps.c hold_message.c strip_addr.c virtual8_maps.c hold_message.c dict_proxy.c mail_dict.c
# IPv6 # IPv6
#SRCS+= wildcard_inet_addr.c #SRCS+= wildcard_inet_addr.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2002/12/25 07:45:35 lukem Exp $ # $NetBSD: Makefile,v 1.4 2003/03/08 19:12:17 perry Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -19,6 +19,7 @@ FILES= access.5.html aliases.5.html architecture.html \
postconf.1.html postdrop.1.html postfix.1.html \ postconf.1.html postdrop.1.html postfix.1.html \
postkick.1.html postlock.1.html postlog.1.html \ postkick.1.html postlock.1.html postlog.1.html \
postmap.1.html postqueue.1.html postsuper.1.html \ postmap.1.html postqueue.1.html postsuper.1.html \
proxymap.8.html \
qmgr.8.html queuing.html rate.html \ qmgr.8.html queuing.html rate.html \
receiving.html regexp_table.5.html relocated.5.html \ receiving.html regexp_table.5.html relocated.5.html \
resource.html rewrite.html security.html sendmail.1.html \ resource.html rewrite.html security.html sendmail.1.html \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2002/09/19 03:09:46 lukem Exp $ # $NetBSD: Makefile,v 1.5 2003/03/08 19:12:17 perry Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -7,7 +7,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man8
MAN= bounce.8 cleanup.8 error.8 flush.8 \ MAN= bounce.8 cleanup.8 error.8 flush.8 \
lmtp.8 local.8 master.8 nqmgr.8 pickup.8 \ lmtp.8 local.8 master.8 nqmgr.8 pickup.8 \
pipe.8 qmgr.8 showq.8 smtp.8 smtpd.8 \ pipe.8 proxymap.8 qmgr.8 showq.8 smtp.8 smtpd.8 \
spawn.8 trivial-rewrite.8 virtual.8 spawn.8 trivial-rewrite.8 virtual.8
MLINKS= bounce.8 defer.8 MLINKS= bounce.8 defer.8

View File

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2003/03/08 19:12:17 perry Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= proxymap
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/src/${PROG}
.PATH: ${DIST}
BINDIR= ${PFIX_LIBEXECDIR}
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
.include <bsd.prog.mk>