diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-03-25 01:43:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-03-25 01:43:48 +0000 |
commit | ae5942fb90832e590bf2608a43c4f2717f012cd8 (patch) | |
tree | 71ecfea2fa2839ddcae90de2b9d2b026dfab9909 /regress/usr.bin/Makefile | |
parent | ead7936ce0d3dc9310972190844877ad9c80e94d (diff) |
test blank and newline handling in xargs(1) with and without -0 and -L
ok guenther@
Diffstat (limited to 'regress/usr.bin/Makefile')
-rw-r--r-- | regress/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index 3e4374d107a..67983733e09 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.20 2008/10/10 14:34:06 millert Exp $ +# $OpenBSD: Makefile,v 1.21 2010/03/25 01:43:47 schwarze Exp $ # $NetBSD: Makefile,v 1.1 1997/12/30 23:27:11 cgd Exp $ SUBDIR+= basename bc cap_mkdb dc diff diff3 dirname grep gzip gzsig -SUBDIR+= m4 make patch rcs sdiff sed sort ssh tsort +SUBDIR+= m4 make patch rcs sdiff sed sort ssh tsort xargs .include <bsd.subdir.mk> |