mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
e653b48c80
OK'ed by: core
10 lines
121 B
Makefile
10 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
|
|
.PATH: ${BZ2DIR}
|
|
|
|
PROG= bzip2recover
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|