summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-02-13 00:58:48 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-02-13 00:58:48 +0000
commit3d82406997d02b7ecf5e110e00f6a07c80652295 (patch)
treebf3514317d011fad78431db17614053f1c1a03d9 /gnu
parentd806a0a80d7ea4529356d23712c2cf0e8707715a (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 172537073a62..af270edddf38 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -26,6 +26,6 @@ CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${TARDIR}/lib -I${TARDIR}/src
# "Rename" tar.1 to gtar.1 so that we can install gtar.1 with
# tar.1 as an optional link (rather than vice versa)
gtar.1: tar.1
- cp $(.CURDIR)/tar.1 $(.TARGET)
+ cat ${.CURDIR}/tar.1 > ${.TARGET}
.include <bsd.prog.mk>