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