Complete the bzip2 suite.

This commit is contained in:
obrien 2003-01-04 17:09:27 +00:00
parent 4c7a08b14a
commit ee59f38b2a
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>