aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-02-11 19:33:24 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-02-11 19:33:24 +0000
commit5790d6ba6d15776a2805d03bd12ee9c8e4231c79 (patch)
tree2a33a4864e755805f6fcc8d81c86f0c14af79bbf /ObsoleteFiles.inc
parent7ac2aa3345811b1b992572da76676b308b0b6a81 (diff)
downloadsrc-5790d6ba6d15776a2805d03bd12ee9c8e4231c79.tar.gz
src-5790d6ba6d15776a2805d03bd12ee9c8e4231c79.zip
MFC Loader Fixes 2017q4p2: r324453, r324454
r324453: Create sys/boot/libsa and build libstand.a there r324454: Disconnect libstand from the build.
Notes
Notes: svn path=/stable/11/; revision=329130
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index d862455626ae..19478621be50 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180222: Remove libstand
+OLD_FILES+=usr/lib/libstand.a
+OLD_FILES+=usr/lib/libstand_p.a
+OLD_FILES+=usr/include/stand.h
+OLD_FILES+=usr/share/man/man3/libstand.3
# 20180202: Convert geli(8) tests to ATF
OLD_FILES+=tests/sys/geom/class/eli/nokey_test.sh
OLD_FILES+=tests/sys/geom/class/eli/readonly_test.sh