summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-03 21:09:59 +0000
committerru <ru@FreeBSD.org>2005-11-03 21:09:59 +0000
commit8c0e76dc339621ca6d36719b2f17f527b0f4a40e (patch)
tree33127b045336bdcd62856465375f764159f0deee /usr.sbin/config
parentb2c57e8bc8e4b4f7424f7b7cfdfa5db7279a248f (diff)
downloadFreeBSD-src-8c0e76dc339621ca6d36719b2f17f527b0f4a40e.zip
FreeBSD-src-8c0e76dc339621ca6d36719b2f17f527b0f4a40e.tar.gz
By a popular demand, add "nomakeoptions" as an alias to "nomakeoption".
Diffstat (limited to 'usr.sbin/config')
-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 75064b5..1747059 100644
--- a/usr.sbin/config/lang.l
+++ b/usr.sbin/config/lang.l
@@ -73,6 +73,7 @@ struct kt {
{ "machine", ARCH }, /* MACHINE is defined in /sys/param.h */
{ "makeoptions", MAKEOPTIONS },
{ "nomakeoption", NOMAKEOPTION },
+ { "nomakeoptions", NOMAKEOPTION },
{ "maxusers", MAXUSERS },
{ "profile", PROFILE },
{ "option", OPTIONS },
OpenPOWER on IntegriCloud