aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/mkmakefile.c
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 /usr.sbin/config/mkmakefile.c
parent558226eae7e05c8594cec9615927b3c3530ca889 (diff)
downloadsrc-3fac4a6263151649ff0e3908fb7a9f4b40c2e408.tar.gz
src-3fac4a6263151649ff0e3908fb7a9f4b40c2e408.zip
Stop turning 'mandatory' into an implicit 'count' line. i386/npx was the
only consumer of this and it is no longer needed.
Notes
Notes: svn path=/head/; revision=71258
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
-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")) {