Remove REGRESS_FULL. It is not documented, just hides some tests
authorbluhm <bluhm@openbsd.org>
Thu, 21 Sep 2023 21:22:43 +0000 (21:22 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 21 Sep 2023 21:22:43 +0000 (21:22 +0000)
and its purpose is unknown.

regress/usr.bin/Makefile

index 20cf215..b80b714 100644 (file)
@@ -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 <bsd.subdir.mk>