diff options
author | 2014-07-03 21:12:24 +0000 | |
---|---|---|
committer | 2014-07-03 21:12:24 +0000 | |
commit | b7302f582cd83cf9dde8b352642a1dad48eff7cb (patch) | |
tree | 204aa5357ac2dab4e514b7b837e025b126924e8a /regress/lib/libc | |
parent | Mark functions calling exit(3) as __dead. (diff) | |
download | wireguard-openbsd-b7302f582cd83cf9dde8b352642a1dad48eff7cb.tar.xz wireguard-openbsd-b7302f582cd83cf9dde8b352642a1dad48eff7cb.zip |
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libc/locale/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 06c09d35cd2..114d6f0f78d 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2014/06/18 08:24:00 matthew Exp $ +# $OpenBSD: Makefile,v 1.43 2014/07/03 21:12:24 miod Exp $ SUBDIR+= _setjmp alloca arc4random-fork SUBDIR+= atexit basename cephes cxa-atexit db dirname env @@ -9,7 +9,7 @@ SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum SUBDIR+= telldir time timingsafe vis -.if defined(REGRESS_FULL) +.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= getaddrinfo SUBDIR+= setjmp-fpu .endif diff --git a/regress/lib/libc/locale/Makefile b/regress/lib/libc/locale/Makefile index d6df7bf70d4..3bb3acd05a9 100644 --- a/regress/lib/libc/locale/Makefile +++ b/regress/lib/libc/locale/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2013/08/01 21:26:30 kettenis Exp $ +# $OpenBSD: Makefile,v 1.3 2014/07/03 21:12:24 miod Exp $ -.if defined(REGRESS_FULL) +.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= check_isw .endif |