aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2013-10-03 10:38:34 +0200
committerGilles Chehade <gilles@poolp.org>2013-10-03 10:38:34 +0200
commit8f8ae3e7fba54a31804161e4d44b9100c0c66827 (patch)
tree94dee5746c6e8272fb8b1f04b32ffb6dcbb68dee
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-8f8ae3e7fba54a31804161e4d44b9100c0c66827.tar.xz
OpenSMTPD-8f8ae3e7fba54a31804161e4d44b9100c0c66827.zip
-rw-r--r--mk/smtpd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index 72bad801..5ac9713d 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -117,11 +117,12 @@ PATHS= -DSMTPD_CONFDIR=\"$(sysconfdir)\" \
-DPATH_TABLES=\"$(pkglibexecdir)\"
MANPAGES= aliases.5.out forward.5.out smtpd.8.out \
- smtpd.conf.5.out
+ smtpd.conf.5.out table.5.out
MANPAGES_IN= $(smtpd_srcdir)/aliases.5
MANPAGES_IN+= $(smtpd_srcdir)/forward.5
MANPAGES_IN+= $(smtpd_srcdir)/smtpd.8
MANPAGES_IN+= $(smtpd_srcdir)/smtpd.conf.5
+MANPAGES_IN+= $(smtpd_srcdir)/table.5
CONFIGFILES= smtpd.conf.out
CONFIGFILES_IN= $(smtpd_srcdir)/smtpd.conf