summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 56be950d02..b8d046c678 100644
--- a/src/regress/lib/libc/locale/Makefile
+++ b/src/regress/lib/libc/locale/Makefile
@@ -1,10 +1,10 @@
1# $OpenBSD: Makefile,v 1.4 2015/07/07 17:39:19 semarie Exp $ 1# $OpenBSD: Makefile,v 1.5 2016/09/05 09:53:53 schwarze 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 7SUBDIR += mbrtowc setlocale wcrtomb
8 8
9install: 9install:
10 10