summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/lang.l
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-10 02:42:58 +0000
committerpeter <peter@FreeBSD.org>1999-05-10 02:42:58 +0000
commite3eacaf57f57205efd0026d52fb555333f487ac5 (patch)
tree5176595f4373c834eb6ef6911e129a1dcec1b5b0 /usr.sbin/config/lang.l
parente38e2b0426674f858e2b1edfbeb39f36a13fe4da (diff)
downloadFreeBSD-src-e3eacaf57f57205efd0026d52fb555333f487ac5.zip
FreeBSD-src-e3eacaf57f57205efd0026d52fb555333f487ac5.tar.gz
Understand 'config kernelname' and pretend it was a
'makeoptions KERNEL=kernelname'. Warn about any trailing stuff as it's not handled here. This is a simple bandaid, hopefully to head off some complaints from certain people.
Diffstat (limited to 'usr.sbin/config/lang.l')
-rw-r--r--usr.sbin/config/lang.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l
index f1061f6..4368695 100644
--- a/usr.sbin/config/lang.l
+++ b/usr.sbin/config/lang.l
@@ -57,6 +57,7 @@ struct kt {
{ "bus", BUS },
{ "cam", CAM }, /* XXX going away */
{ "conflicts", CONFLICTS },
+ { "config", CONFIG },
{ "controller", CONTROLLER },
{ "cpu", CPU },
{ "device", DEVICE },
OpenPOWER on IntegriCloud