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