removed. But the test expects failure and always passes. There
is nothing tested anymore.
-# $OpenBSD: Makefile,v 1.48 2023/09/21 20:55:02 bluhm Exp $
+# $OpenBSD: Makefile,v 1.49 2023/09/21 21:08:48 bluhm Exp $
SUBDIR+= apply
SUBDIR+= basename bc
SUBDIR+= xargs
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
-SUBDIR+= cap_mkdb libtool make patch pkg-config rcs ssh
+SUBDIR+= libtool make patch pkg-config rcs ssh
.endif
.include <bsd.subdir.mk>
+++ /dev/null
-# $OpenBSD: Makefile,v 1.2 2006/03/22 02:46:17 ray Exp $
-
-CAP_MKDB?= cap_mkdb
-
-REGRESS_TARGETS=shortname
-CLEANFILES+= *.db
-
-shortname:
- ${CAP_MKDB} -if shortname ${.CURDIR}/shortname.in || case "$$?" in 1) exit 0;; esac && exit 1
-
-.include <bsd.regress.mk>