diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2017-11-05 22:00:54 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-11-05 22:00:54 +0000 |
commit | 93b09f581a60c198819b854e767524e30deeed53 (patch) | |
tree | bc6708de6a5cc5861b080c370d6655ebfab9bae9 /sbin/badsect/Makefile.depend | |
parent | ba324b594655a4ad8bb11566d7de91cd6e89b9cc (diff) | |
download | src-93b09f581a60c198819b854e767524e30deeed53.tar.gz src-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 'sbin/badsect/Makefile.depend')
-rw-r--r-- | sbin/badsect/Makefile.depend | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sbin/badsect/Makefile.depend b/sbin/badsect/Makefile.depend deleted file mode 100644 index 735bf03b75b6..000000000000 --- a/sbin/badsect/Makefile.depend +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libcompiler_rt \ - lib/libufs \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |