summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-06-04 00:39:46 +0000
committerkientzle <kientzle@FreeBSD.org>2004-06-04 00:39:46 +0000
commit0d350a0b36af59510cb60373c1792b2e31936123 (patch)
treebc9f008bd575cbb1533fc49f809e33ddfb6e8516 /gnu/usr.bin
parent7518d0db812201b4620e16c59818fd1f8561e605 (diff)
downloadFreeBSD-src-0d350a0b36af59510cb60373c1792b2e31936123.zip
FreeBSD-src-0d350a0b36af59510cb60373c1792b2e31936123.tar.gz
Have /usr/bin/tar be a symlink to /usr/bin/gtar rather
than a hardlink. This will make it easier for people to tell which system tar they're currently using.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index 5cfd6d1..a16019e 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -6,7 +6,7 @@ TARDIR= ${.CURDIR}/../../../contrib/tar
PROG= gtar
.if !defined(WITH_BSDTAR)
-LINKS= ${BINDIR}/gtar ${BINDIR}/tar
+SYMLINKS= ${BINDIR}/gtar ${BINDIR}/tar
MLINKS= gtar.1 tar.1
.endif
OpenPOWER on IntegriCloud