Author: imp
Date: Sat Aug 17 02:36:37 2019
New Revision: 351156
URL: https://svnweb.freebsd.org/changeset/base/351156

Log:
  Add nowerror and local to the list of tokens.

Modified:
  head/usr.sbin/config/mkmakefile.c

Modified: head/usr.sbin/config/mkmakefile.c
==============================================================================
--- head/usr.sbin/config/mkmakefile.c   Sat Aug 17 02:35:53 2019        
(r351155)
+++ head/usr.sbin/config/mkmakefile.c   Sat Aug 17 02:36:37 2019        
(r351156)
@@ -411,6 +411,7 @@ next:
         *      [ 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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to