summaryrefslogtreecommitdiffstats
path: root/usr.bin/bzip2/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bzip2/doc/Makefile')
-rw-r--r--usr.bin/bzip2/doc/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/bzip2/doc/Makefile b/usr.bin/bzip2/doc/Makefile
new file mode 100644
index 0000000..f2cd6b4
--- /dev/null
+++ b/usr.bin/bzip2/doc/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../contrib/bzip2
+
+INFO= bzip2
+INFOSECTION= "Programming & development tools."
+MAKEINFOFLAGS= --no-validate
+
+CLEANFILES+= bzip2.texi
+
+bzip2.texi: manual.texi
+ ln -sf ${.ALLSRC} ${.TARGET}
+
+.include <bsd.info.mk>
OpenPOWER on IntegriCloud