1# $NetBSD: Makefile,v 1.9 2014/07/20 15:58:06 tron Exp $ 2 3.include <bsd.own.mk> 4 5.if ${MKDOC} != "no" # { 6 7BINDIR= ${PFIX_HTMLDIR} 8 9DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/html 10.PATH: ${DIST} 11 12PFX_DAEMONS= anvil.8.html bounce.8.html cleanup.8.html discard.8.html \ 13 dnsblog.8.html error.8.html flush.8.html lmtp.8.html local.8.html \ 14 master.8.html oqmgr.8.html pickup.8.html pipe.8.html \ 15 postscreen.8.html proxymap.8.html qmgr.8.html scache.8.html \ 16 showq.8.html smtp.8.html smtpd.8.html spawn.8.html tlsmgr.8.html \ 17 tlsproxy.8.html trivial-rewrite.8.html verify.8.html virtual.8.html 18PFX_COMMANDS= postalias.1.html postcat.1.html \ 19 postconf.1.html postdrop.1.html postfix.1.html postkick.1.html \ 20 postlock.1.html postlog.1.html postmap.1.html postqueue.1.html \ 21 postsuper.1.html qshape.1.html sendmail.1.html smtp-sink.1.html \ 22 smtp-source.1.html postmulti.1.html posttls-finger.1.html 23PFX_CONFIG= access.5.html aliases.5.html canonical.5.html cidr_table.5.html \ 24 generic.5.html header_checks.5.html ldap_table.5.html \ 25 master.5.html mysql_table.5.html nisplus_table.5.html \ 26 pcre_table.5.html pgsql_table.5.html postconf.5.html \ 27 regexp_table.5.html relocated.5.html sqlite_table.5.html \ 28 transport.5.html virtual.5.html postfix-wrapper.5.html \ 29 postfix-manuals.html memcache_table.5.html 30 31.include "../readme.mk" 32.for PFX_README in ${PFIX_README_FILES} 33PFX_READMES+= ${PFX_README}.html 34.endfor 35 36FILES= $(PFX_DAEMONS) $(PFX_COMMANDS) $(PFX_CONFIG) $(PFX_READMES) \ 37 index.html postconf.5.html OVERVIEW.html postfix-logo.jpg 38 39SYMLINKS= bounce.8.html ${BINDIR}/defer.8.html 40SYMLINKS+=bounce.8.html ${BINDIR}/trace.8.html 41SYMLINKS+=sendmail.1.html ${BINDIR}/mailq.1.html 42SYMLINKS+=sendmail.1.html ${BINDIR}/newaliases.1.html 43 44.endif # } 45 46.include <bsd.prog.mk> 47