summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2010-11-02 05:27:05 +0000
committerobrien <obrien@FreeBSD.org>2010-11-02 05:27:05 +0000
commit047b6049e9ea7efb67bdc6350020f71f86efcb79 (patch)
tree1fe2e8803a04e761d99ccbd1280101220d47c7f6 /usr.sbin/config/mkmakefile.c
parent344bdcae8884b9f22864f13b338f13709aa2bb4a (diff)
downloadFreeBSD-src-047b6049e9ea7efb67bdc6350020f71f86efcb79.zip
FreeBSD-src-047b6049e9ea7efb67bdc6350020f71f86efcb79.tar.gz
Give the user a hint as to what config(8) is unhappy with.
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
-rw-r--r--usr.sbin/config/mkmakefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index 6a59698..08e1b63 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -382,8 +382,8 @@ next:
mandatory = 1;
} else if (!eq(wd, "optional")) {
fprintf(stderr,
- "%s: %s must be optional, mandatory or standard\n",
- fname, this);
+ "%s: \"%s\" %s must be optional, mandatory or standard\n",
+ fname, wd, this);
exit(1);
}
nextparam:
OpenPOWER on IntegriCloud