diff options
author | reed <reed> | 2006-02-15 20:02:30 +0000 |
---|---|---|
committer | reed <reed> | 2006-02-15 20:02:30 +0000 |
commit | bc1c770f3a9a03b9eb1866c8c70cf6be3650dcc2 (patch) | |
tree | ced304aafc8993ed84f71f71854c881ed7f9b847 /mk/tools | |
parent | a76451b3cb2f86b5f7e35f4e06f129ee93db0cdf (diff) | |
download | pkgsrc-bc1c770f3a9a03b9eb1866c8c70cf6be3650dcc2.tar.gz |
DragonFly has native /usr/bin/gtar so add TOOLS_PLATFORM.gtar.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/tools.DragonFly.mk | 3 |
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} |