diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index b3f7f07531b9..fce7082f64c5 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -346,7 +346,7 @@ nextparam: next_quoted_word(fp, wd); if (wd == 0) { printf("%s: %s missing compile command string.\n", - fname); + fname, this); exit(1); } depends = ns(wd); @@ -356,7 +356,7 @@ nextparam: next_quoted_word(fp, wd); if (wd == 0) { printf("%s: %s missing clean file list.\n", - fname); + fname, this); exit(1); } clean = ns(wd); @@ -366,7 +366,7 @@ nextparam: next_quoted_word(fp, wd); if (wd == 0) { printf("%s: %s missing compile command string.\n", - fname); + fname, this); exit(1); } special = ns(wd);