]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r208320
authorjkim <jkim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 25 May 2010 20:16:36 +0000 (20:16 +0000)
committerjkim <jkim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 25 May 2010 20:16:36 +0000 (20:16 +0000)
commit0de38010936fc6651b6c1d336b37ba16573ac746
tree48cf4ac268ace3ace66e92dd7f597d425ed2937c
parent691226fcf350c8e792763547a697cb00cc0600d3
MFC: r208320

Add a new build option, MAN_UTILS.  This option lets you control building
utilities and related support files for manual pages, which were previously
controlled by MAN.  For POLA, the default depends on MAN, i.e., WITHOUT_MAN
implies WITHOUT_MAN_UTILS and WITH_MAN implies WITH_MAN_UTILS.
Note this patch implicitly fixes a documentation bug of src.conf(5), which
says WITHOUT_MAN may be used to not build manual pages while it was also
disabling some utilities for manual pages.

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/8@208546 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/Makefile
etc/periodic/weekly/Makefile
gnu/usr.bin/Makefile
share/man/Makefile
share/mk/bsd.own.mk
usr.bin/Makefile
usr.sbin/Makefile