1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

By a popular demand, add "nomakeoptions" as an alias to "nomakeoption".

This commit is contained in:
Ruslan Ermilov 2005-11-03 21:09:59 +00:00
parent 091e8307d0
commit a15aafd590
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152023

View File

@ -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 },