Add "makeoption" as an alias to "makeoptions", for symmetry.

This commit is contained in:
Ruslan Ermilov 2005-12-03 20:04:24 +00:00
parent f6db44904f
commit 233945839b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153063

View File

@ -71,6 +71,7 @@ struct kt {
{ "hints", HINTS },
{ "ident", IDENT },
{ "machine", ARCH }, /* MACHINE is defined in /sys/param.h */
{ "makeoption", MAKEOPTIONS },
{ "makeoptions", MAKEOPTIONS },
{ "nomakeoption", NOMAKEOPTION },
{ "nomakeoptions", NOMAKEOPTION },