From 8c0e76dc339621ca6d36719b2f17f527b0f4a40e Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 3 Nov 2005 21:09:59 +0000 Subject: By a popular demand, add "nomakeoptions" as an alias to "nomakeoption". --- usr.sbin/config/lang.l | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/config') 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 }, -- cgit v1.1