diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /lib/libarchive | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'lib/libarchive')
| -rw-r--r-- | lib/libarchive/Makefile | 1 | ||||
| -rw-r--r-- | lib/libarchive/Makefile.depend | 1 | ||||
| -rw-r--r-- | lib/libarchive/Makefile.depend.options | 1 | ||||
| -rw-r--r-- | lib/libarchive/Makefile.inc | 1 | ||||
| -rw-r--r-- | lib/libarchive/tests/Makefile | 1 | ||||
| -rw-r--r-- | lib/libarchive/tests/Makefile.depend | 1 | ||||
| -rwxr-xr-x | lib/libarchive/tests/functional_test.sh | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 5f67d0a180d6..a68b938ca978 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> PACKAGE=lib${LIB} diff --git a/lib/libarchive/Makefile.depend b/lib/libarchive/Makefile.depend index aca05212a290..0baca9325a1a 100644 --- a/lib/libarchive/Makefile.depend +++ b/lib/libarchive/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/lib/libarchive/Makefile.depend.options b/lib/libarchive/Makefile.depend.options index fa96b2506b2c..b374d7a1fd52 100644 --- a/lib/libarchive/Makefile.depend.options +++ b/lib/libarchive/Makefile.depend.options @@ -1,4 +1,3 @@ -# $FreeBSD$ # This file is not autogenerated - take care! DIRDEPS_OPTIONS= OPENSSL diff --git a/lib/libarchive/Makefile.inc b/lib/libarchive/Makefile.inc index 3740beddc70f..95d96df24eef 100644 --- a/lib/libarchive/Makefile.inc +++ b/lib/libarchive/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ # These defines are needed for both libarchive and the tests. If we don't keep # them in sync we can get run-time crashes while running tests due to mismatches # between structures such as archive_md5_ctx, etc. diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index d82946d1032d..2fe9bbcc7c2d 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> PACKAGE= tests diff --git a/lib/libarchive/tests/Makefile.depend b/lib/libarchive/tests/Makefile.depend index a6e32a1b4b3e..a4378b056fa3 100644 --- a/lib/libarchive/tests/Makefile.depend +++ b/lib/libarchive/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/lib/libarchive/tests/functional_test.sh b/lib/libarchive/tests/functional_test.sh index cc66b3e9e4ca..191eae65f4dc 100755 --- a/lib/libarchive/tests/functional_test.sh +++ b/lib/libarchive/tests/functional_test.sh @@ -24,7 +24,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ SRCDIR=$(atf_get_srcdir) TESTER="${SRCDIR}/libarchive_test" |
