summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-02-15 20:02:30 +0000
committerreed <reed@pkgsrc.org>2006-02-15 20:02:30 +0000
commitb7ba80cac2e634696c4009b81f0a7e3647f30a29 (patch)
treeced304aafc8993ed84f71f71854c881ed7f9b847 /mk
parent0f0073ae7b119695026f84a2914e2120b6df19b3 (diff)
downloadpkgsrc-b7ba80cac2e634696c4009b81f0a7e3647f30a29.tar.gz
DragonFly has native /usr/bin/gtar so add TOOLS_PLATFORM.gtar.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/tools.DragonFly.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.DragonFly.mk b/mk/tools/tools.DragonFly.mk
index cee7f39a341..289eeee559a 100644
--- a/mk/tools/tools.DragonFly.mk
+++ b/mk/tools/tools.DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.DragonFly.mk,v 1.21 2005/11/08 03:36:13 tv Exp $
+# $NetBSD: tools.DragonFly.mk,v 1.22 2006/02/15 20:02:30 reed Exp $
#
# System-supplied tools for the DragonFly operating system.
@@ -28,6 +28,7 @@ TOOLS_PLATFORM.file?= /usr/bin/file
TOOLS_PLATFORM.find?= /usr/bin/find
TOOLS_PLATFORM.flex?= /usr/bin/lex
TOOLS_PLATFORM.grep?= /usr/bin/grep
+TOOLS_PLATFORM.gtar?= /usr/bin/gtar
TOOLS_PLATFORM.gunzip?= /usr/bin/gunzip -f
TOOLS_PLATFORM.gzcat?= /usr/bin/gzcat
TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP}