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.
This commit is contained in:
Tim Kientzle 2004-06-04 00:39:46 +00:00
parent f7c7cf42cc
commit 020a53a0cc

View File

@ -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