summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsemarie <>2015-07-07 17:39:19 +0000
committersemarie <>2015-07-07 17:39:19 +0000
commit83fe0994d64503071ba86ea1321580bd25f5f1c7 (patch)
tree1d1bde0d8040e92103c1742f46afc74abf517257
parent1a0cde3034674aac795c26c184bfb2f7fdf9fd92 (diff)
downloadopenbsd-83fe0994d64503071ba86ea1321580bd25f5f1c7.tar.gz
openbsd-83fe0994d64503071ba86ea1321580bd25f5f1c7.tar.bz2
openbsd-83fe0994d64503071ba86ea1321580bd25f5f1c7.zip
add setlocale test
-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>