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

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

.include <bsd.regress.mk>