mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
10 lines
120 B
Makefile
10 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
|
|
.PATH: ${BZ2DIR}
|
|
|
|
PROG= bzip2recover
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|