summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/lang.l
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/lang.l')
-rw-r--r--usr.sbin/config/lang.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l
index d4052f3..bc18bbf 100644
--- a/usr.sbin/config/lang.l
+++ b/usr.sbin/config/lang.l
@@ -102,11 +102,13 @@ struct kt {
{ "slave", SLAVE },
{ "swap", SWAP },
{ "tape", DEVICE },
+ { "target", TARGET },
#if MACHINE_I386
{ "tty", TTY },
#endif MACHINE_I386
{ "timezone", TIMEZONE },
{ "trace", TRACE },
+ { "unit", UNIT },
{ "vector", VECTOR },
{ 0, 0 },
};
OpenPOWER on IntegriCloud