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:
Ed Maste 2021-01-07 19:14:01 -05:00
parent 0713c7b88c
commit 76b4234537
2 changed files with 4 additions and 4 deletions

View file

@ -36,6 +36,10 @@
# xargs -n1 | sort | uniq -d;
# done
# 20210107: retire a.out support
OLD_DIRS+=usr/lib/aout
OLD_DIRS+=usr/lib/compat/aout
# 20210105: remove non widechar version of clang
OLD_LIBS+=lib/libncurses.so.9
# 20210103: new clang import which bumps version from 11.0.0 to 11.0.1.

View file

@ -34,8 +34,6 @@
..
..
lib
aout
..
clang
11.0.1
include
@ -61,8 +59,6 @@
..
..
compat
aout
..
..
dtrace
..