summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-11-22 21:12:47 +0000
committerthompsa <thompsa@FreeBSD.org>2008-11-22 21:12:47 +0000
commit5318a382021b6858d3c7b227374bb63f1cee475b (patch)
treece5f36b115a6a6a932e4502c39f7ebd888e783c3 /usr.sbin/config/config.h
parent97bb9372d961b30e30ca508bac0761e50c53a8e0 (diff)
downloadFreeBSD-src-5318a382021b6858d3c7b227374bb63f1cee475b.zip
FreeBSD-src-5318a382021b6858d3c7b227374bb63f1cee475b.tar.gz
Allow multiple makeoption lines to be used with the += operator, this permits
the following syntax in the kernel config. makeoptions MODULES_OVERRIDE=foo makeoptions MODULES_OVERRIDE+=bar makeoptions MODULES_OVERRIDE+=baz Bump config minor version to 600007.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 759eef0..d55c96b 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -121,6 +121,7 @@ struct opt {
char *op_value;
int op_ownfile; /* true = own file, false = makefile */
SLIST_ENTRY(opt) op_next;
+ SLIST_ENTRY(opt) op_append;
};
SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
OpenPOWER on IntegriCloud