diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-03 20:04:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-03 20:04:24 +0000 |
| commit | 233945839bf22e0cae0ab8268fad4647c1015e69 (patch) | |
| tree | 3a7cf3784b1ac9863f330172a603395ab38baf5e | |
| parent | f6db44904fb08c8131d0db95fcb439d81e9d99c1 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/config/lang.l | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |
