summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-11-12 13:28:42 +0000
committerru <ru@FreeBSD.org>2004-11-12 13:28:42 +0000
commit7448ff52b467342099df27502072c49afda29636 (patch)
tree4f7b5c1fa9069436f2f4da22da7cd944f79ee60d /usr.bin/tar
parent6261ed946f445b480a92212c51d7e26a52e3b6f8 (diff)
downloadFreeBSD-src-7448ff52b467342099df27502072c49afda29636.zip
FreeBSD-src-7448ff52b467342099df27502072c49afda29636.tar.gz
Use a relative symlinking so that "tar" also works in /stand.
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 f5b86fb..dcc6a4c 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -14,7 +14,7 @@ LDADD= -larchive -lbz2 -lz
CFLAGS+= -DPACKAGE_VERSION=\"${VERSION}\"
.if !defined(WITH_GTAR)
-SYMLINKS= ${BINDIR}/bsdtar ${BINDIR}/tar
+SYMLINKS= bsdtar ${BINDIR}/tar
MLINKS= bsdtar.1 tar.1
.endif
OpenPOWER on IntegriCloud