diff options
author | kientzle <kientzle@FreeBSD.org> | 2005-03-21 04:02:42 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2005-03-21 04:02:42 +0000 |
commit | 0069c3a218bcd98c5a4f222e8be1e6a39e25ca0d (patch) | |
tree | a132a69c3d0066e1f4a2f7de23455a7554d76caa /gnu | |
parent | 0980a5ab5559c666a7d6c1c00363fe8401d44511 (diff) | |
download | FreeBSD-src-0069c3a218bcd98c5a4f222e8be1e6a39e25ca0d.zip FreeBSD-src-0069c3a218bcd98c5a4f222e8be1e6a39e25ca0d.tar.gz |
Ooops. Correctly disable "tar"->"gtar" link.
Thanks to: Simon L. Nielsen, who was the first of
several people to point this out. <sigh>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/tar/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile index 1d73a66..24a0a0d 100644 --- a/gnu/usr.bin/tar/Makefile +++ b/gnu/usr.bin/tar/Makefile @@ -5,9 +5,6 @@ TARDIR= ${.CURDIR}/../../../contrib/tar PROG= gtar -SYMLINKS= ${BINDIR}/gtar ${BINDIR}/tar -MLINKS= gtar.1 tar.1 - SUBDIR= doc # libtar SRCS |