freebsd-dev/share/man
Emmanuel Vadot 8c0c5bdf9d Introduce MODULES_EXCLUDE
It's sometimes easier to exclude some modules rather than listing all
possibly needed ones with MODULES_OVERRIDE.
So for this add MODULES_EXCLUDE which do exactly as one would guess, excludes
some modules from the build/install.

For example if one wants to exclude all modules which are only present in the
GENERIC config on amd64 :
export MODULES_EXCLUDE=$(grep -E '^device' sys/amd64/conf/GENERIC | awk '{print $2}' | tr '\n' ' ')

MFC after:	2 weeks
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D33443
2022-01-13 15:16:34 +01:00
..
man1 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man3 vm_reserv: use enhanced bitstring for popmaps 2022-01-12 11:03:53 -06:00
man3lua flua: Add a libjail module 2020-10-24 17:08:59 +00:00
man4 linux: More man page tweaks 2022-01-09 10:05:05 +00:00
man5 Introduce MODULES_EXCLUDE 2022-01-13 15:16:34 +01:00
man6 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man7 crypto: Add support for the XChaCha20-Poly1305 AEAD cipher. 2022-01-11 14:16:41 -08:00
man8 rc.subr.8: Document changes to load_rc_config 2021-11-29 16:09:02 +01:00
man9 bitset.9: add description of BIT_ISSET 2022-01-06 13:15:55 +01:00
Makefile flua: Add a libjail module 2020-10-24 17:08:59 +00:00