summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/postfix/html
diff options
context:
space:
mode:
authorheas <heas@NetBSD.org>2004-04-27 05:33:55 +0000
committerheas <heas@NetBSD.org>2004-04-27 05:33:55 +0000
commit4e8018dc5939b297a07e9d8cf56e9527a4366da4 (patch)
treea9f64b111e501567fe37a7a212f732913f73e0ae /gnu/usr.sbin/postfix/html
parent01837603b00e4b98dfdb26276ea0c78dcf585d63 (diff)
Updates for Postfix 2.1.0
Diffstat (limited to 'gnu/usr.sbin/postfix/html')
-rw-r--r--gnu/usr.sbin/postfix/html/Makefile39
1 files changed, 19 insertions, 20 deletions
diff --git a/gnu/usr.sbin/postfix/html/Makefile b/gnu/usr.sbin/postfix/html/Makefile
index 977b4059100..997a6c13e49 100644
--- a/gnu/usr.sbin/postfix/html/Makefile
+++ b/gnu/usr.sbin/postfix/html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/12 01:33:51 lukem Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/27 05:33:55 heas Exp $
.include <bsd.own.mk>
@@ -9,27 +9,26 @@ BINDIR= ${PFIX_HTMLDIR}
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/html
.PATH: ${DIST}
-FILES= access.5.html aliases.5.html architecture.html \
- backstage.html basic.html big-picture.gif big-picture.html \
- bounce.8.html canonical.5.html cleanup.8.html \
- commands.html delivering.html error.8.html \
- faq.html flush.8.html goals.html inbound.gif index.html \
- lmtp.8.html local.8.html master.8.html \
- motivation.html nqmgr.8.html \
- outbound.gif pcre_table.5.html pickup.8.html \
- pipe.8.html postalias.1.html postcat.1.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 \
- showq.8.html small-picture.gif smtp.8.html smtpd.8.html \
- spawn.8.html transport.5.html trivial-rewrite.8.html \
- uce.html virtual.5.html virtual.8.html
+PFX_DAEMONS = bounce.8.html cleanup.8.html error.8.html local.8.html \
+ lmtp.8.html master.8.html pickup.8.html pipe.8.html qmgr.8.html \
+ showq.8.html smtp.8.html smtpd.8.html trivial-rewrite.8.html \
+ oqmgr.8.html spawn.8.html flush.8.html virtual.8.html qmqpd.8.html \
+ verify.8.html proxymap.8.html
+PFX_COMMANDS= postalias.1.html postcat.1.html \
+ postconf.1.html postfix.1.html postkick.1.html postlock.1.html \
+ postlog.1.html postdrop.1.html postmap.1.html sendmail.1.html \
+ postqueue.1.html postsuper.1.html smtp-source.1.html \
+ smtp-sink.1.html qmqp-source.1.html qmqp-sink.1.html \
+ qshape.1.html
+PFX_CONFIG = access.5.html aliases.5.html canonical.5.html relocated.5.html \
+ transport.5.html virtual.5.html pcre_table.5.html regexp_table.5.html \
+ cidr_table.5.html header_checks.5.html \
+ ldap_table.5.html mysql_table.5.html pgsql_table.5.html
+
+FILES= $(PFX_DAEMONS) $(PFX_COMMANDS) $(PFX_CONFIG)
SYMLINKS= bounce.8.html ${BINDIR}/defer.8.html
+SYMLINKS+=bounce.8.html ${BINDIR}/trace.8.html
SYMLINKS+=sendmail.1.html ${BINDIR}/mailq.1.html
SYMLINKS+=sendmail.1.html ${BINDIR}/newaliases.1.html