mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Allow brave souls to install bsdtar as the
default "tar" command by defining WITH_BSDTAR. Note: "gtar" and "bsdtar" commands both exist regardless.
This commit is contained in:
parent
ec8ffccbdc
commit
97c4c5308b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128446
@ -6,5 +6,10 @@ WARNS?= 6
|
||||
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
|
||||
LDADD= -larchive -lbz2 -lz
|
||||
|
||||
.if defined(WITH_BSDTAR)
|
||||
LINKS= ${BINDIR}/bsdtar ${BINDIR}/tar
|
||||
MLINKS= bsdtar.1 tar.1
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user