summaryrefslogtreecommitdiffstats
path: root/usr.bin/bzip2recover/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bzip2recover/Makefile')
-rw-r--r--usr.bin/bzip2recover/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile
new file mode 100644
index 0000000..8688455
--- /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 <bsd.prog.mk>
OpenPOWER on IntegriCloud