summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsemarie <>2015-07-07 17:39:19 +0000
committersemarie <>2015-07-07 17:39:19 +0000
commit99110b2baff394f7e5791910a1925026c7cd8788 (patch)
tree1d1bde0d8040e92103c1742f46afc74abf517257 /src
parentdd58c90109b936545b41425d9bbb2c52d040575c (diff)
downloadopenbsd-99110b2baff394f7e5791910a1925026c7cd8788.tar.gz
openbsd-99110b2baff394f7e5791910a1925026c7cd8788.tar.bz2
openbsd-99110b2baff394f7e5791910a1925026c7cd8788.zip
add setlocale test
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/locale/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile
index 3bb3acd05a..56be950d02 100644
--- a/src/regress/lib/libc/locale/Makefile
+++ b/src/regress/lib/libc/locale/Makefile
@@ -1,9 +1,11 @@
1# $OpenBSD: Makefile,v 1.3 2014/07/03 21:12:24 miod Exp $ 1# $OpenBSD: Makefile,v 1.4 2015/07/07 17:39:19 semarie Exp $
2 2
3.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) 3.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
4SUBDIR+= check_isw 4SUBDIR+= check_isw
5.endif 5.endif
6 6
7SUBDIR += setlocale
8
7install: 9install:
8 10
9.include <bsd.subdir.mk> 11.include <bsd.subdir.mk>