From 53eecb80818b8fa5ded12758b923a5fbd69ba674 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 13 Sep 2017 12:05:18 +0200 Subject: [PATCH 182/325] share/mk/src.opts.mk: Disable NETGRAPH by default 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 15faff8475dc..fc34b3c072f5 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -133,7 +133,6 @@ __DEFAULT_YES_OPTIONS = \ MALLOC_PRODUCTION \ MANDOCDB \ NETCAT \ - NETGRAPH \ NLS_CATALOGS \ NS_CACHING \ NTP \ @@ -236,6 +235,7 @@ __DEFAULT_NO_OPTIONS += \ IPFILTER \ ISCSI \ LIB32 \ + NETGRAPH \ NDIS \ RBOOTD \ PC_SYSINSTALL \ -- 2.32.0