1# $OpenBSD: Makefile,v 1.1 2016/10/07 17:22:12 schwarze Exp $ 2 3REGRESS_TARGETS = cut 4 5cut: 6 sh ${.CURDIR}/cut.sh 7 8.include <bsd.regress.mk> 9