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