diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-17 10:42:03 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-17 10:42:52 +0000 |
| commit | c0f17d637a4ab1e5dcae6b931623b7b0ee5bece2 (patch) | |
| tree | 40d5be733324b06ac4368e096b777aada89c4fbf | |
| parent | e757a92282fcd064c82cf2685dde4730743fc425 (diff) | |
tar: Move to the utilities package
tar(1) is not a core runtime utility; in particular, nothing in
/etc/rc.d/* requires it. Move it to utilities, which is also
where cpio(1) lives.
This removes the dependency from runtime to libarchive.
MFC after: 3 days
Reviewed by: manu, emaste
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53059
| -rw-r--r-- | usr.bin/tar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 9260315fb30b..d3d29e03fd35 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -2,7 +2,6 @@ _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 |
