1# $FreeBSD$
2
3PROG=	recoverdisk
4
5.include <bsd.prog.mk>
6
7test:	${PROG}
8	./${PROG} /dev/ad0
9