aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/config.y')
-rw-r--r--usr.sbin/config/config.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index e2fdc95c6a37..268f6bc412ac 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -11,6 +11,7 @@
%token AT
%token BIO
%token BUS
+%token CAM
%token COMMA
%token CONFIG
%token CONFLICTS
@@ -625,6 +626,8 @@ Info:
= { cur.d_mask = "tty"; } |
BIO
= { cur.d_mask = "bio"; } |
+ CAM
+ = { cur.d_mask = "cam"; } |
NET
= { cur.d_mask = "net"; } |
FLAGS NUMBER