diff --git a/usr.bin/Makefile b/usr.bin/Makefile index ea817673778..4e6a544e907 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 00000000000..86884559792 --- /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