diff options
| author | perry <perry@NetBSD.org> | 2002-12-24 19:45:36 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2002-12-24 19:45:36 +0000 |
| commit | 56fd167ac65dbb482f3da4682a86e9acd3252cfe (patch) | |
| tree | cd3221bbdf6350a06676da967e45891d6d48adfa /gnu/usr.sbin | |
| parent | b721296743b1362db3008d0e746b83246b3b5b96 (diff) | |
Add Makefile for the postfix html docs
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/postfix/html/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gnu/usr.sbin/postfix/html/Makefile b/gnu/usr.sbin/postfix/html/Makefile new file mode 100644 index 00000000000..5a29ecdc33d --- /dev/null +++ b/gnu/usr.sbin/postfix/html/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2002/12/24 19:45:36 perry Exp $ + +.include <bsd.own.mk> + +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 defer.8.html delivering.html error.8.html \ + qfaq.html flush.8.html goals.html inbound.gif index.html \ + lmtp.8.html local.8.html mailq.1.html master.8.html \ + motivation.html newaliases.1.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 \ + 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 + +# not installed: +# qmqpd.8.html + +.include <bsd.prog.mk> |
