summaryrefslogtreecommitdiff
path: root/rescue/rescue/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2017-11-05 22:00:54 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2017-11-05 22:00:54 +0000
commit93b09f581a60c198819b854e767524e30deeed53 (patch)
treebc6708de6a5cc5861b080c370d6655ebfab9bae9 /rescue/rescue/Makefile
parentba324b594655a4ad8bb11566d7de91cd6e89b9cc (diff)
downloadsrc-test2-93b09f581a60c198819b854e767524e30deeed53.tar.gz
src-test2-93b09f581a60c198819b854e767524e30deeed53.zip
Remove badsect(8).
Failure modes of the modern (that is, produced in the last 25 years) hard drives and SSDs made the utility outdated. Since the kernel interface to support it was removed in r324853, cut the userspace remnants as well. Discussed with: bde (who does not like the removal) Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=325452
Diffstat (limited to 'rescue/rescue/Makefile')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index b0e03640e2da..06b5f3ff65fd 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -85,7 +85,7 @@ CRUNCH_SUPPRESS_LINK_-tcsh= 1
# headers in addition to the standard 'paths.h' header.
#
CRUNCH_SRCDIRS+= sbin
-CRUNCH_PROGS_sbin= badsect \
+CRUNCH_PROGS_sbin= \
camcontrol clri devfs dmesg dump \
dumpfs dumpon fsck fsck_ffs fsck_msdosfs fsdb \
fsirand gbde geom ifconfig init \