summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
-rw-r--r--usr.sbin/config/mkmakefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index 29afd08..364b5af 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;
OpenPOWER on IntegriCloud