Mercurial > masqmail
comparison man/Makefile.in @ 192:89f951be358f
REMOVED POP3 SUPPORT
masqmail will not include a POP3 client anymore from 0.3.0 on
maybe the POP3 code will be reworked into a standalone program
some day
if you rely on the POP3 client, use fetchmail or something similar
instead
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 14:24:40 +0200 |
parents | 1db6e1b91ead |
children | 5781ba87df95 |
comparison
equal
deleted
inserted
replaced
191:f186650135c3 | 192:89f951be358f |
---|---|
174 with_confdir = @with_confdir@ | 174 with_confdir = @with_confdir@ |
175 with_group = @with_group@ | 175 with_group = @with_group@ |
176 with_logdir = @with_logdir@ | 176 with_logdir = @with_logdir@ |
177 with_spooldir = @with_spooldir@ | 177 with_spooldir = @with_spooldir@ |
178 with_user = @with_user@ | 178 with_user = @with_user@ |
179 man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.8 | 179 man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.aliases.5 rmail.8 |
180 all: all-am | 180 all: all-am |
181 | 181 |
182 .SUFFIXES: | 182 .SUFFIXES: |
183 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | 183 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
184 @for dep in $?; do \ | 184 @for dep in $?; do \ |