mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 09:25:25 -04:00
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
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -34,8 +34,6 @@
|
|||
..
|
||||
..
|
||||
lib
|
||||
aout
|
||||
..
|
||||
clang
|
||||
11.0.1
|
||||
include
|
||||
|
|
@ -61,8 +59,6 @@
|
|||
..
|
||||
..
|
||||
compat
|
||||
aout
|
||||
..
|
||||
..
|
||||
dtrace
|
||||
..
|
||||
|
|
|
|||
Loading…
Reference in a new issue