summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2003-03-08 19:12:16 +0000
committerperry <perry@NetBSD.org>2003-03-08 19:12:16 +0000
commitb5fe7b6a73b3bfdbdde6e76b6535ddbd74768e84 (patch)
tree1bbd0bf3e8c15d8dfc7b17e0e8672ff56ecb0e36 /gnu/usr.sbin
parent59d07125ee9d00ca396be52e21c9cfcc7db032f2 (diff)
update for postfix 2.0.6
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/postfix/Makefile4
-rw-r--r--gnu/usr.sbin/postfix/global/Makefile4
-rw-r--r--gnu/usr.sbin/postfix/html/Makefile3
-rw-r--r--gnu/usr.sbin/postfix/man/man8/Makefile4
-rw-r--r--gnu/usr.sbin/postfix/proxymap/Makefile17
5 files changed, 25 insertions, 7 deletions
diff --git a/gnu/usr.sbin/postfix/Makefile b/gnu/usr.sbin/postfix/Makefile
index 55e0f584a7f..0d7f184296a 100644
--- a/gnu/usr.sbin/postfix/Makefile
+++ b/gnu/usr.sbin/postfix/Makefile
@@ -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.
@@ -8,7 +8,7 @@ SUBDIR= util global dns masterlib .WAIT \
README_FILES bounce cleanup error flush html \
lmtp local man master nqmgr pickup pipe postalias \
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
.if ${MKSHARE} != "no" || \
diff --git a/gnu/usr.sbin/postfix/global/Makefile b/gnu/usr.sbin/postfix/global/Makefile
index 4b1a62b7981..c22b8c7c40e 100644
--- a/gnu/usr.sbin/postfix/global/Makefile
+++ b/gnu/usr.sbin/postfix/global/Makefile
@@ -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
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 \
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 \
- 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
#SRCS+= wildcard_inet_addr.c
diff --git a/gnu/usr.sbin/postfix/html/Makefile b/gnu/usr.sbin/postfix/html/Makefile
index 102001b2e4f..72e644ce138 100644
--- a/gnu/usr.sbin/postfix/html/Makefile
+++ b/gnu/usr.sbin/postfix/html/Makefile
@@ -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>
@@ -19,6 +19,7 @@ FILES= access.5.html aliases.5.html architecture.html \
postconf.1.html postdrop.1.html postfix.1.html \
postkick.1.html postlock.1.html postlog.1.html \
postmap.1.html postqueue.1.html postsuper.1.html \
+ proxymap.8.html \
qmgr.8.html queuing.html rate.html \
receiving.html regexp_table.5.html relocated.5.html \
resource.html rewrite.html security.html sendmail.1.html \
diff --git a/gnu/usr.sbin/postfix/man/man8/Makefile b/gnu/usr.sbin/postfix/man/man8/Makefile
index 8b33532a3b8..957152decd1 100644
--- a/gnu/usr.sbin/postfix/man/man8/Makefile
+++ b/gnu/usr.sbin/postfix/man/man8/Makefile
@@ -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>
@@ -7,7 +7,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man8
MAN= bounce.8 cleanup.8 error.8 flush.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
MLINKS= bounce.8 defer.8
diff --git a/gnu/usr.sbin/postfix/proxymap/Makefile b/gnu/usr.sbin/postfix/proxymap/Makefile
new file mode 100644
index 00000000000..79ac4061a8f
--- /dev/null
+++ b/gnu/usr.sbin/postfix/proxymap/Makefile
@@ -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>