Complete the bzip2 suite.

This commit is contained in:
David E. O'Brien 2003-01-04 17:09:27 +00:00
parent d447a23756
commit bc3660111a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108667
2 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,7 @@ SUBDIR= alias \
biff \
brandelf \
bzip2 \
bzip2recover \
c89 \
c99 \
calendar \

View File

@ -0,0 +1,11 @@
# $FreeBSD$
MAINTAINER= obrien@FreeBSD.org
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
.PATH: ${BZ2DIR}
PROG= bzip2recover
NOMAN=
.include <bsd.prog.mk>