summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-02-22 23:54:08 +0000
committerart <art@openbsd.org>2002-02-22 23:54:08 +0000
commitd5b2db31d7eedf53ae0ec03a62813eee97cc02e7 (patch)
tree7207735b2e6736e9e54fa192b157d8fe2da567a3
parentUnbreak 68060 support, sorry (diff)
downloadwireguard-openbsd-d5b2db31d7eedf53ae0ec03a62813eee97cc02e7.tar.xz
wireguard-openbsd-d5b2db31d7eedf53ae0ec03a62813eee97cc02e7.zip
If there is no regress target provide one with _SUBDIRUSE.
-rw-r--r--share/mk/bsd.subdir.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index dab573962b8..ed4b9e3283e 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.subdir.mk,v 1.10 1998/03/01 09:18:06 niklas Exp $
+# $OpenBSD: bsd.subdir.mk,v 1.11 2002/02/22 23:54:08 art Exp $
# $NetBSD: bsd.subdir.mk,v 1.11 1996/04/04 02:05:06 jtc Exp $
# @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
@@ -106,4 +106,8 @@ obj: _SUBDIRUSE
tags: _SUBDIRUSE
.endif
+.if !target(regress)
+regress: _SUBDIRUSE
+.endif
+
.include <bsd.own.mk>