aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-19 13:20:50 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-19 13:20:50 +0000
commit3fac4a6263151649ff0e3908fb7a9f4b40c2e408 (patch)
tree0364aa53ebcb1892d4e0935cd09cd57cdfa7fa8b
parent558226eae7e05c8594cec9615927b3c3530ca889 (diff)
Notes
-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 bf0de8c9a6b2..1953b1a4b142 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")) {