summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2005-03-20 20:38:46 +0000
committerkientzle <kientzle@FreeBSD.org>2005-03-20 20:38:46 +0000
commitc74d7d94bd5054d27537ed5fd287ecc20172149b (patch)
treea287c6e697478478c5e60727455777e7e68a0c47 /usr.bin/tar
parent0aff3baf021449e7c5a2db2e8729db600813a115 (diff)
downloadFreeBSD-src-c74d7d94bd5054d27537ed5fd287ecc20172149b.zip
FreeBSD-src-c74d7d94bd5054d27537ed5fd287ecc20172149b.tar.gz
Deorbit gtar, step 1: Remove WITH_GTAR knob.
"tar" is now always a synonym for "bsdtar". People who need gtar can access it as "gtar." Approved by: No objections on arch@
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index b999861..320fe7d 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -14,11 +14,8 @@ DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
LDADD= -larchive -lbz2 -lz
CFLAGS+= -DPACKAGE_VERSION=\"${VERSION}\"
CFLAGS+= -I${.CURDIR}
-
-.if !defined(WITH_GTAR)
SYMLINKS= bsdtar ${BINDIR}/tar
MLINKS= bsdtar.1 tar.1
-.endif
DIST_BUILD_DIR= ${.OBJDIR}/${PROG}-${VERSION}
CLEANDIRS+= ${DIST_BUILD_DIR}
OpenPOWER on IntegriCloud