diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2021-03-04 13:21:58 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2021-03-04 13:24:51 +0000 |
| commit | a0d921bae9f3bcdb664f9737e20c0015123f11af (patch) | |
| tree | 1f160ff54d19f92e9d4e55763269c0704f9492e0 /ObsoleteFiles.inc | |
| parent | 3457dbd52b22daee203ba5a5eb4faf7525f5b165 (diff) | |
Diffstat (limited to 'ObsoleteFiles.inc')
| -rw-r--r-- | ObsoleteFiles.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 5821e9f04e89..59412729ad7e 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -36,6 +36,15 @@ # xargs -n1 | sort | uniq -d; # done +# 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 |
