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