aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2025-10-21 14:10:15 +0000
committerMartin Matuska <mm@FreeBSD.org>2025-10-21 15:52:44 +0000
commit401026e4825a05abba6f945cf1b74b3328876fa2 (patch)
tree335cb53b87eafb2d2968d7f249b7c143d916bb6a /usr.bin/tar
parente29f81c2adc1fbe970fa5da8cc3dd6d300c76d7b (diff)
parent8f38cbcd9c4a4f27bdccf2e75a7e20026cff5181 (diff)
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/Makefile3
-rw-r--r--usr.bin/tar/tests/Makefile1
2 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index d3d29e03fd35..8b0d3e4a6cf0 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -2,6 +2,7 @@
_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
+PACKAGE= runtime
PROG= bsdtar
BSDTAR_VERSION_STRING!= sed -n '/define.*ARCHIVE_VERSION_ONLY_STRING/{s,[^0-9.],,gp;q;}' \
${_LIBARCHIVEDIR}/libarchive/archive.h
@@ -16,7 +17,7 @@ SRCS= bsdtar.c \
write.c
.PATH: ${_LIBARCHIVEDIR}/libarchive_fe
-SRCS+= err.c \
+SRCS+= lafe_err.c \
line_reader.c \
passphrase.c
diff --git a/usr.bin/tar/tests/Makefile b/usr.bin/tar/tests/Makefile
index 929f8127f9b3..116425b0621f 100644
--- a/usr.bin/tar/tests/Makefile
+++ b/usr.bin/tar/tests/Makefile
@@ -27,6 +27,7 @@ TESTS_SRCS= \
test_0.c \
test_basic.c \
test_copy.c \
+ test_crlf_mtree.c \
test_empty_mtree.c \
test_extract_tar_bz2.c \
test_extract_tar_grz.c \