diff options
author | kientzle <kientzle@FreeBSD.org> | 2004-06-04 00:39:46 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2004-06-04 00:39:46 +0000 |
commit | 0d350a0b36af59510cb60373c1792b2e31936123 (patch) | |
tree | bc9f008bd575cbb1533fc49f809e33ddfb6e8516 /gnu/usr.bin/tar | |
parent | 7518d0db812201b4620e16c59818fd1f8561e605 (diff) | |
download | FreeBSD-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/tar')
-rw-r--r-- | gnu/usr.bin/tar/Makefile | 2 |
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 |