summaryrefslogtreecommitdiff
path: root/regress/lib/libc/locale/Makefile
blob: 56be950d0292d7ab2a7133b04fbaad4cd0574586 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.4 2015/07/07 17:39:19 semarie Exp $

.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= check_isw
.endif

SUBDIR += setlocale

install:

.include <bsd.subdir.mk>