diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-10-07 17:30:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-10-07 17:30:11 +0000 |
commit | 7cd056aa90d3321cc4ef0634bf061900ff4aacf1 (patch) | |
tree | 48e019e051e41c855c6c27f366ba7a85f8041c79 /regress/usr.bin | |
parent | d7bd34a50145db7cf3881c312185d5dc009a66ee (diff) |
enable tests for cut(1) and wc(1)
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index 20cd40f5a34..7718e6c33d5 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.39 2016/10/07 15:31:42 schwarze Exp $ +# $OpenBSD: Makefile,v 1.40 2016/10/07 17:30:10 schwarze Exp $ -SUBDIR+= basename bc calendar colrm column dc diff diff3 dirname doas +SUBDIR+= basename bc calendar colrm column cut dc diff diff3 dirname doas SUBDIR+= file fmt fold grep gzip SUBDIR+= jot m4 mandoc openssl rev sdiff sed signify sort tsort ul -SUBDIR+= xargs +SUBDIR+= wc xargs .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= cap_mkdb libtool make patch pkg-config rcs ssh |