From 020a53a0cc0cf43f0fb800dfbdeebe5fb2d83644 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Fri, 4 Jun 2004 00:39:46 +0000 Subject: [PATCH] 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. --- gnu/usr.bin/tar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile index 5cfd6d17ae63..a16019edaf03 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