merge common code from dmf and dmz drivers
[unix-history] / usr / src / usr.sbin / config / lang.l
index ee5ab5f..7ba8692 100644 (file)
@@ -5,7 +5,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)lang.l      5.1 (Berkeley) %G%
+ *     @(#)lang.l      5.3 (Berkeley) %G%
  */
 
 #include <ctype.h>
  */
 
 #include <ctype.h>
@@ -39,6 +39,7 @@ struct kt {
        { "ident",      IDENT },
        { "machine",    MACHINE },
        { "major",      MAJOR },
        { "ident",      IDENT },
        { "machine",    MACHINE },
        { "major",      MAJOR },
+       { "makeoptions", MAKEOPTIONS },
        { "master",     MASTER },
        { "maxusers",   MAXUSERS },
        { "mba",        MBA },
        { "master",     MASTER },
        { "maxusers",   MAXUSERS },
        { "mba",        MBA },
@@ -56,6 +57,7 @@ struct kt {
        { "timezone",   TIMEZONE },
        { "trace",      TRACE },
        { "uba",        UBA },
        { "timezone",   TIMEZONE },
        { "trace",      TRACE },
        { "uba",        UBA },
+       { "vba",        VBA },
        { "vector",     VECTOR },
        { 0, 0 },
 };
        { "vector",     VECTOR },
        { 0, 0 },
 };