Complete the bzip2 suite.
This commit is contained in:
parent
4c7a08b14a
commit
ee59f38b2a
@ -22,6 +22,7 @@ SUBDIR= alias \
|
||||
biff \
|
||||
brandelf \
|
||||
bzip2 \
|
||||
bzip2recover \
|
||||
c89 \
|
||||
c99 \
|
||||
calendar \
|
||||
|
11
usr.bin/bzip2recover/Makefile
Normal file
11
usr.bin/bzip2recover/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
|
||||
.PATH: ${BZ2DIR}
|
||||
|
||||
PROG= bzip2recover
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user