summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 012a249..ec89072 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -48,6 +48,7 @@ struct file_list {
u_char f_type; /* see below */
u_char f_flags; /* see below */
char *f_special; /* special make rule if present */
+ char *f_depends; /* additional dependancies */
char *f_needs;
/*
* Random values:
@@ -94,6 +95,8 @@ struct file_list {
* Attributes (flags).
*/
#define CONFIGDEP 1
+#define NO_IMPLCT_RULE 2
+#define NO_OBJ 4
struct idlst {
char *id;
OpenPOWER on IntegriCloud