diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 13:32:08 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:27:10 +0200 |
commit | 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 (patch) | |
tree | 457ff511c2ea543e81d90ab1bfa809a48c6d1094 /Tools/scripts/neededlibs.sh | |
parent | databases: fix category Makefile after 03cebea45b11 (diff) |
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
Diffstat (limited to 'Tools/scripts/neededlibs.sh')
-rwxr-xr-x | Tools/scripts/neededlibs.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/scripts/neededlibs.sh b/Tools/scripts/neededlibs.sh index 58d0bb124c00..838db0a45589 100755 --- a/Tools/scripts/neededlibs.sh +++ b/Tools/scripts/neededlibs.sh @@ -26,9 +26,6 @@ # SUCH DAMAGE. # -# $FreeBSD$ - - # # The purpose of this script is to find as much dependencies of a binary # as possible. A dependecy is for example a library which is directly |