1#	$OpenBSD: Makefile,v 1.2 2022/12/08 12:01:04 anton Exp $
2
3REGRESS_TARGETS+=	fmt
4fmt:
5	sh ${.CURDIR}/fmt.sh
6
7.include <bsd.regress.mk>
8