From: bluhm Date: Thu, 21 Sep 2023 21:22:43 +0000 (+0000) Subject: Remove REGRESS_FULL. It is not documented, just hides some tests X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a526e0222c504a0cf27e0ed8c4173a649693c913;p=openbsd Remove REGRESS_FULL. It is not documented, just hides some tests and its purpose is unknown. --- diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index 20cf215f1ee..b80b71483ce 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2023/09/21 21:08:48 bluhm Exp $ +# $OpenBSD: Makefile,v 1.50 2023/09/21 21:22:43 bluhm Exp $ SUBDIR+= apply SUBDIR+= basename bc @@ -7,19 +7,17 @@ SUBDIR+= dc diff diff3 dirname doas SUBDIR+= file fmt fold SUBDIR+= grep gzip SUBDIR+= join jot -SUBDIR+= lastcomm -SUBDIR+= m4 mail mandoc +SUBDIR+= lastcomm libtool +SUBDIR+= m4 mail make mandoc SUBDIR+= nc SUBDIR+= openssl -SUBDIR+= rev rsync +SUBDIR+= patch pkg-config +SUBDIR+= rcs rev rsync SUBDIR+= sdiff sed seq signify snmp sort +SUBDIR+= ssh SUBDIR+= tsort SUBDIR+= ul SUBDIR+= wc SUBDIR+= xargs -.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) -SUBDIR+= libtool make patch pkg-config rcs ssh -.endif - .include