# $OpenBSD: Makefile,v 1.1 2016/09/03 18:14:18 schwarze Exp $

PROG = test_mbrtowc
NOMAN =

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>
