freebsd-dev/usr.bin/bzip2recover/Makefile

12 lines
152 B
Makefile
Raw Normal View History

2003-01-04 17:09:27 +00:00
# $FreeBSD$
MAINTAINER= obrien@FreeBSD.org
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
.PATH: ${BZ2DIR}
PROG= bzip2recover
NOMAN=
.include <bsd.prog.mk>