PREFIX only used in main.c
[unix-history] / usr / src / usr.sbin / config / lang.l
index 54d2d86..7ba8692 100644 (file)
@@ -1,5 +1,12 @@
 %{
 %{
-/*     lang.l  1.14    83/05/18        */
+
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)lang.l      5.3 (Berkeley) %G%
+ */
 
 #include <ctype.h>
 #include "y.tab.h"
 
 #include <ctype.h>
 #include "y.tab.h"
@@ -32,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 },
@@ -49,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 },
 };