mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Complete the bzip2 suite.
This commit is contained in:
parent
d447a23756
commit
bc3660111a
2 changed files with 12 additions and 0 deletions
|
|
@ -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 a new issue