From d3e9eac87ed90db96f59fa09227eb51464e85298 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 24 Oct 2015 12:58:42 +0200 Subject: [PATCH 109/257] share/mk/src.opts.mk: Disable EXAMPLES ... so we don't have to care about license issues. Some of the examples are non-free, in some cases the license is unclear. XXX: Some of the examples are properly licensed and useful, for example share/examples/bhyve/vmrun.sh. It can be executed from a checkout directly, though. Obtained from: ElectroBSD --- share/mk/src.opts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index fabe6be40fe1..5393b3cab97f 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -78,7 +78,6 @@ __DEFAULT_YES_OPTIONS = \ EE \ ELFCOPY_AS_OBJCOPY \ ELFTOOLCHAIN_BOOTSTRAP \ - EXAMPLES \ FDT \ FILE \ FINGER \ @@ -171,6 +170,7 @@ __DEFAULT_NO_OPTIONS += \ BSDINSTALL \ CCD \ CTM \ + EXAMPLES \ FLOPPY \ FMTREE \ FREEBSD_UPDATE \ -- 2.11.0