summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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>