Remove obsolete bc library and dc test files
The new bc implementation has the library embedded into the binary and tests in tests/usr.bin/bc instead of tests/ustr.bin/dc. MFC after: 3 days
This commit is contained in:
parent
3457dbd52b
commit
a0d921bae9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user