1# $FreeBSD$ 2 3BZ2DIR= ${.CURDIR}/../../contrib/bzip2 4.PATH: ${BZ2DIR} 5 6PROG= bzip2recover 7NO_MAN= 8 9.include <bsd.prog.mk> 10