From d7452f3b2c59e5ad1f73fa88026003127a46d530 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 11 Aug 2017 20:53:54 +0200 Subject: [PATCH 180/325] share/mk/src.opts.mk: Disable SHAREDOCS to unbreak the build src.conf(5) is regenerated in a seperate commit to reduce the chances of merge conflicts when rebasing. 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 0117d6594697..5e4bd3128e65 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -150,7 +150,6 @@ __DEFAULT_YES_OPTIONS = \ RCS \ RESCUE \ SETUID_LOGIN \ - SHAREDOCS \ SYSCONS \ SYSTEM_COMPILER \ SYSTEM_LINKER \ @@ -246,6 +245,7 @@ __DEFAULT_NO_OPTIONS += \ RCMDS \ SENDMAIL \ SVNLITE \ + SHAREDOCS \ SOURCELESS \ SOURCELESS_HOST \ SOURCELESS_UCODE \ -- 2.32.0