From 512f21c9c3cb357f005c374afbe28ab6a2e962a7 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 13 Sep 2017 12:05:18 +0200 Subject: [PATCH 167/310] 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 b980bfaf4a80..19f2e46b36b7 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -136,7 +136,6 @@ __DEFAULT_YES_OPTIONS = \ MALLOC_PRODUCTION \ MANDOCDB \ NETCAT \ - NETGRAPH \ NLS_CATALOGS \ NS_CACHING \ NTP \ @@ -246,6 +245,7 @@ __DEFAULT_NO_OPTIONS += \ IPFILTER \ ISCSI \ LIB32 \ + NETGRAPH \ NDIS \ RBOOTD \ PC_SYSINSTALL \ -- 2.37.1