summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale/check_isw/Makefile
blob: 0885968fd1aee864ffd090e32133cd203aa49028 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.1 2005/08/11 21:57:02 espie Exp $

NOMAN=
PROG=check_isw

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

.include <bsd.regress.mk>