summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-07-17 06:03:47 +0000
committerkientzle <kientzle@FreeBSD.org>2004-07-17 06:03:47 +0000
commitc25602666fe48a2c1137b0e0ffe2f194e9577612 (patch)
tree0f95ceec7df48584a6436e1e7c0b5f2eef2535ad /usr.bin/tar
parent512e25ff0c381e595604171a4af5cf7f7ba15f64 (diff)
downloadFreeBSD-src-c25602666fe48a2c1137b0e0ffe2f194e9577612.zip
FreeBSD-src-c25602666fe48a2c1137b0e0ffe2f194e9577612.tar.gz
Make bsdtar the default system tar. This makes /usr/bin/tar a symlink
pointing to /usr/bin/bsdtar by default. To make it point to /usr/bin/gtar, you can define WITH_GTAR.
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index dafac08..6b7758f 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -6,7 +6,7 @@ WARNS?= 6
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
LDADD= -larchive -lbz2 -lz
-.if defined(WITH_BSDTAR)
+.if !defined(WITH_GTAR)
SYMLINKS= ${BINDIR}/bsdtar ${BINDIR}/tar
MLINKS= bsdtar.1 tar.1
.endif
OpenPOWER on IntegriCloud