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