mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
12 lines
152 B
Makefile
12 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
|
|
.PATH: ${BZ2DIR}
|
|
|
|
PROG= bzip2recover
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|