aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2021-03-20 22:15:01 +0000
committerDimitry Andric <dim@FreeBSD.org>2021-03-20 22:15:01 +0000
commit15deee52d6d5ea7dd950116ff63aa2c33fcd47f5 (patch)
tree756ade65f4ff5458b858e7b4dd739c500ce3c79a /ObsoleteFiles.inc
parent839fdcfc0c1dba34f728813d9756515ad82ff58a (diff)
downloadsrc-15deee52d6d5ea7dd950116ff63aa2c33fcd47f5.tar.gz
src-15deee52d6d5ea7dd950116ff63aa2c33fcd47f5.zip
Move GH_BC ObsoleteFiles.inc section to OptionalObsoleteFiles.inc
Optional features belong in the latter file, and should be tested using: .if ${MK_FEATURE} == no [...] .endif
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 79ed21ec18ca..2132dc4289b4 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -2884,15 +2884,6 @@ OLD_FILES+=usr/include/crypto/xform_enc.h
# 20210305: removed Poly1305_* symbols
OLD_FILES+=usr/include/crypto/xform_poly1305.h
-# 20210304: remove old bc and dc support and test files
-.if !defined(WITHOUT_GH_BC)
-OLD_FILES+=usr/share/misc/bc.library
-OLD_FILES+=usr/tests/usr.bin/dc/Kyuafile
-OLD_FILES+=usr/tests/usr.bin/dc/bcode
-OLD_FILES+=usr/tests/usr.bin/dc/inout
-OLD_DIRS+=usr/tests/usr.bin/dc
-.endif
-
# 20210302: fmtree removed
OLD_FILES+=usr/sbin/fmtree
OLD_FILES+=usr/share/man/man8/fmtree.8.gz