From 0d350a0b36af59510cb60373c1792b2e31936123 Mon Sep 17 00:00:00 2001 From: kientzle Date: Fri, 4 Jun 2004 00:39:46 +0000 Subject: 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(-) (limited to 'gnu/usr.bin') 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 -- cgit v1.1