1# $OpenBSD: Makefile,v 1.1 2008/06/13 21:33:00 espie Exp $
2
3REGRESS_TARGETS=t1
4
5
6t1:
7	mtree -e -f ${.CURDIR}/spec1 -p ${.CURDIR}
8
9.include <bsd.regress.mk>
10