1
2PACKAGE=runtime
3PROG=	recoverdisk
4
5LDFLAGS += -lm
6
7.include <bsd.prog.mk>
8
9test:	${PROG}
10	./${PROG} /dev/ad0
11