summaryrefslogtreecommitdiff
path: root/regress/usr.bin/fmt/Makefile
blob: 83955b0ed0bd4580fc2e559146d1bd14e9c3353f (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 2022/12/08 12:01:04 anton Exp $

REGRESS_TARGETS+=	fmt
fmt:
	sh ${.CURDIR}/fmt.sh

.include <bsd.regress.mk>