Add nowerror and local to the list of tokens.

This commit is contained in:
Warner Losh 2019-08-17 02:36:37 +00:00
parent 622c9cdd31
commit 44fcf30bdd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351156

View File

@ -411,6 +411,7 @@ read_file(char *fname)
* [ dependency "dependency-list"] [ before-depend ]
* [ clean "file-list"] [ warning "text warning" ]
* [ obj-prefix "file prefix"]
* [ nowerror ] [ local ]
*/
wd = get_word(fp);
if (wd == (char *)EOF) {