summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc/locale/check_isw/Makefile
blob: cd79d6cb7fe2d4781ce6f3820f9edb82262dcfcd (plain) (blame)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.2 2017/07/27 15:08:37 bluhm Exp $

PROG =	check_isw

run-regress-${PROG}: ${PROG}
	./${PROG} >/dev/null

.include <bsd.regress.mk>