From bc3660111adbf8f14e7ea2373f38b73fca83e9b1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 4 Jan 2003 17:09:27 +0000 Subject: [PATCH] Complete the bzip2 suite. --- usr.bin/Makefile | 1 + usr.bin/bzip2recover/Makefile | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 usr.bin/bzip2recover/Makefile diff --git a/usr.bin/Makefile b/usr.bin/Makefile index ea8176737787..4e6a544e9078 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -22,6 +22,7 @@ SUBDIR= alias \ biff \ brandelf \ bzip2 \ + bzip2recover \ c89 \ c99 \ calendar \ diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile new file mode 100644 index 000000000000..868845597929 --- /dev/null +++ b/usr.bin/bzip2recover/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +MAINTAINER= obrien@FreeBSD.org + +BZ2DIR= ${.CURDIR}/../../contrib/bzip2 +.PATH: ${BZ2DIR} + +PROG= bzip2recover +NOMAN= + +.include