summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-19 13:20:50 +0000
committerpeter <peter@FreeBSD.org>2001-01-19 13:20:50 +0000
commitf97bb99bef29518ae57b538a4be8a6b6f5dfeaa2 (patch)
tree10eb7043f31df36a1bee898aa05a8b790e4e3bcb /usr.sbin/config
parent0d5e4203646605af5d85b82fda8b6bbe855a0754 (diff)
downloadFreeBSD-src-f97bb99bef29518ae57b538a4be8a6b6f5dfeaa2.zip
FreeBSD-src-f97bb99bef29518ae57b538a4be8a6b6f5dfeaa2.tar.gz
Stop turning 'mandatory' into an implicit 'count' line. i386/npx was the
only consumer of this and it is no longer needed.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/mkmakefile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index bf0de8c..1953b1a 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -381,7 +381,6 @@ next:
*/
} else if (eq(wd, "mandatory")) {
mandatory = 1;
- needcount = 1;
} else if (eq(wd, "count")) {
needcount = 1;
} else if (!eq(wd, "optional")) {
OpenPOWER on IntegriCloud