diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2007-04-13 06:56:20 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2007-04-13 06:56:20 +0000 |
commit | 4eb08459157e156c1fb0f8148c5c8612f732a44c (patch) | |
tree | d43ec188ff158e796916a47aa59fa2cde4a635e4 /mk/tools | |
parent | c6d236f286e4cf6d4114b73711eda7972a7afa56 (diff) | |
download | pkgsrc-4eb08459157e156c1fb0f8148c5c8612f732a44c.tar.gz |
OpenBSD xargs behaves like Linux xargs; add -r here too.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/tools.OpenBSD.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/tools.OpenBSD.mk b/mk/tools/tools.OpenBSD.mk index 7a2ccb06281..98f2af4dd5e 100644 --- a/mk/tools/tools.OpenBSD.mk +++ b/mk/tools/tools.OpenBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.OpenBSD.mk,v 1.26 2006/07/05 04:32:10 jlam Exp $ +# $NetBSD: tools.OpenBSD.mk,v 1.27 2007/04/13 06:56:20 hiramatsu Exp $ # # System-supplied tools for the OpenBSD operating system. @@ -89,5 +89,5 @@ TOOLS_PLATFORM.tr?= /usr/bin/tr TOOLS_PLATFORM.true?= true # shell builtin TOOLS_PLATFORM.tsort?= /usr/bin/tsort TOOLS_PLATFORM.wc?= /usr/bin/wc -TOOLS_PLATFORM.xargs?= /usr/bin/xargs +TOOLS_PLATFORM.xargs?= /usr/bin/xargs -r TOOLS_PLATFORM.yacc?= /usr/bin/yacc |