aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bzip2recover/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bzip2recover/Makefile')
-rw-r--r--usr.bin/bzip2recover/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile
new file mode 100644
index 000000000000..2b11d3a45694
--- /dev/null
+++ b/usr.bin/bzip2recover/Makefile
@@ -0,0 +1,9 @@
+BZ2DIR= ${SRCTOP}/contrib/bzip2
+.PATH: ${BZ2DIR}
+
+PROG= bzip2recover
+MAN=
+
+NO_WMISSING_VARIABLE_DECLARATIONS=
+
+.include <bsd.prog.mk>