summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/mtree/Makefile
blob: 828fe45a80bf874b8be759e02cdf0f0ea9b2725a (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.1 2008/06/13 21:33:00 espie Exp $

REGRESS_TARGETS=t1


t1:
	mtree -e -f ${.CURDIR}/spec1 -p ${.CURDIR}

.include <bsd.regress.mk>