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