summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-07-03 21:12:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-07-03 21:12:25 +0000
commit09b97488f3ed38a74b87696182bba7369db5cca9 (patch)
treef97746f517bde792c9fc9d96ddaaa0dcf56b4d25 /regress/lib/libpthread
parent6e5e8f11a0e6a4823e36487175cfdd139d0a5040 (diff)
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
Diffstat (limited to 'regress/lib/libpthread')
-rw-r--r--regress/lib/libpthread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile
index 69f5d6977fd..8f66ea925d6 100644
--- a/regress/lib/libpthread/Makefile
+++ b/regress/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.44 2013/08/01 21:26:30 kettenis Exp $
+# $OpenBSD: Makefile,v 1.45 2014/07/03 21:12:24 miod Exp $
# disabled because it requires a buggy behavior that uthread had:
# dup2_race
@@ -23,7 +23,7 @@ SUBDIR+= barrier blocked_shutdown \
siginterrupt signal signals signodefer sigsuspend sigwait sleep \
socket spinlock stack stdarg stdio switch system
-.if defined(REGRESS_FULL)
+.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= malloc_duel setsockopt
.endif