d6dd221c5a
The article discusses a specific option for puremagic's greylisting. - It tells users to install mysql40-server and perl5.16; neither of which exist any more. - The last edit was 2015, by me, to switch from `pkg_add` to `pkg`. - It encourages users to download code from a third-party website, without validation, via HTTP (not even HTTPS). - The code itself has to be patched to compile and more generally the FreeBSD project is not in the business of teaching end users how to run an anti-spam mail server. Discussed with: allanjude
37 lines
763 B
Makefile
37 lines
763 B
Makefile
#
|
|
# The FreeBSD Russian Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/Makefile,v 1.37 2006/03/22 17:06:02 marck Exp $
|
|
#
|
|
# Original revision: r21216
|
|
#
|
|
|
|
SUBDIR =
|
|
SUBDIR+= committers-guide
|
|
SUBDIR+= contributing
|
|
#SUBDIR+= contributors
|
|
SUBDIR+= cups
|
|
SUBDIR+= explaining-bsd
|
|
#SUBDIR+= filtering-bridges
|
|
SUBDIR+= fonts
|
|
SUBDIR+= freebsd-questions
|
|
SUBDIR+= geom-class
|
|
SUBDIR+= gjournal-desktop
|
|
SUBDIR+= hubs
|
|
SUBDIR+= ipsec-must
|
|
SUBDIR+= mailing-list-faq
|
|
SUBDIR+= new-users
|
|
SUBDIR+= pam
|
|
SUBDIR+= pr-guidelines
|
|
SUBDIR+= problem-reports
|
|
SUBDIR+= releng
|
|
#SUBDIR+= serial-uart
|
|
SUBDIR+= solid-state
|
|
#SUBDIR+= vinum
|
|
SUBDIR+= vm-design
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|