diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-02-03 16:47:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-02-03 16:47:10 +0000 |
| commit | 034d9de50ddc85fb55bf60a47ada7e1f27115665 (patch) | |
| tree | c885dbd45e68be4eebc13e83fc5fd6e1b116b851 /usr.sbin/config | |
| parent | 5da753bc0ad34a06c9333167ca6ebcfac3744909 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/config')
| -rw-r--r-- | usr.sbin/config/mkmakefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index 29afd0846229..364b5afa4346 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -497,7 +497,6 @@ nextparam: objprefix = ns(wd); goto nextparam; } - nreqs++; if (eq(wd, "local")) { filetype = LOCAL; goto nextparam; @@ -514,6 +513,7 @@ nextparam: nowerror = 1; goto nextparam; } + nreqs++; STAILQ_FOREACH(dp, &dtab, d_next) if (eq(dp->d_name, wd)) { dp->d_done |= DEVDONE; |
