From 233945839bf22e0cae0ab8268fad4647c1015e69 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 3 Dec 2005 20:04:24 +0000 Subject: [PATCH] Add "makeoption" as an alias to "makeoptions", for symmetry. --- usr.sbin/config/lang.l | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l index 174705957272..4eb0de73be07 100644 --- a/usr.sbin/config/lang.l +++ b/usr.sbin/config/lang.l @@ -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 },