BSD.usr.dist: remove aout
Userland a.out support has been removed; kernel aout(5) is unchanged. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0713c7b88c
commit
76b4234537
@ -36,6 +36,10 @@
|
|||||||
# xargs -n1 | sort | uniq -d;
|
# xargs -n1 | sort | uniq -d;
|
||||||
# done
|
# done
|
||||||
|
|
||||||
|
# 20210107: retire a.out support
|
||||||
|
OLD_DIRS+=usr/lib/aout
|
||||||
|
OLD_DIRS+=usr/lib/compat/aout
|
||||||
|
|
||||||
# 20210105: remove non widechar version of clang
|
# 20210105: remove non widechar version of clang
|
||||||
OLD_LIBS+=lib/libncurses.so.9
|
OLD_LIBS+=lib/libncurses.so.9
|
||||||
# 20210103: new clang import which bumps version from 11.0.0 to 11.0.1.
|
# 20210103: new clang import which bumps version from 11.0.0 to 11.0.1.
|
||||||
|
@ -34,8 +34,6 @@
|
|||||||
..
|
..
|
||||||
..
|
..
|
||||||
lib
|
lib
|
||||||
aout
|
|
||||||
..
|
|
||||||
clang
|
clang
|
||||||
11.0.1
|
11.0.1
|
||||||
include
|
include
|
||||||
@ -61,8 +59,6 @@
|
|||||||
..
|
..
|
||||||
..
|
..
|
||||||
compat
|
compat
|
||||||
aout
|
|
||||||
..
|
|
||||||
..
|
..
|
||||||
dtrace
|
dtrace
|
||||||
..
|
..
|
||||||
|
Loading…
Reference in New Issue
Block a user