aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-07-17 06:03:47 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-07-17 06:03:47 +0000
commit16847ae6c0e862b7e0e8935e7b8de1104e1c6f4b (patch)
tree0f95ceec7df48584a6436e1e7c0b5f2eef2535ad /gnu
parentc550f2206df6e1b4ce178236fe4f460702a0ed4e (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index a16019edaf03a..875709d40b654 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -5,7 +5,7 @@ TARDIR= ${.CURDIR}/../../../contrib/tar
PROG= gtar
-.if !defined(WITH_BSDTAR)
+.if defined(WITH_GTAR)
SYMLINKS= ${BINDIR}/gtar ${BINDIR}/tar
MLINKS= gtar.1 tar.1
.endif