summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale
diff options
context:
space:
mode:
authormiod <>2014-07-03 21:12:24 +0000
committermiod <>2014-07-03 21:12:24 +0000
commit1eb4693c0d21bfb3f64c533cd4e38c69feca287e (patch)
tree5f8bb63f88ea26896afbe155c528f3dcd5d02347 /src/regress/lib/libc/locale
parent56a50b2774f131a285755b820b8317f279abf861 (diff)
downloadopenbsd-1eb4693c0d21bfb3f64c533cd4e38c69feca287e.tar.gz
openbsd-1eb4693c0d21bfb3f64c533cd4e38c69feca287e.tar.bz2
openbsd-1eb4693c0d21bfb3f64c533cd4e38c69feca287e.zip
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
Diffstat (limited to 'src/regress/lib/libc/locale')
-rw-r--r--src/regress/lib/libc/locale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile
index d6df7bf70d..3bb3acd05a 100644
--- a/src/regress/lib/libc/locale/Makefile
+++ b/src/regress/lib/libc/locale/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.2 2013/08/01 21:26:30 kettenis Exp $ 1# $OpenBSD: Makefile,v 1.3 2014/07/03 21:12:24 miod Exp $
2 2
3.if defined(REGRESS_FULL) 3.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
4SUBDIR+= check_isw 4SUBDIR+= check_isw
5.endif 5.endif
6 6