summaryrefslogtreecommitdiff
path: root/usr.bin/bzip2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-12 14:44:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-12 14:44:17 +0000
commit2d68ab234dab71830df8903be4cb6c786b14a661 (patch)
tree672df976cc519d8e578e8233425a1bcda2a85038 /usr.bin/bzip2
parent63914212f0c46848231cd181f5052e3235b22e45 (diff)
downloadsrc-test2-2d68ab234dab71830df8903be4cb6c786b14a661.tar.gz
src-test2-2d68ab234dab71830df8903be4cb6c786b14a661.zip
Notes
Diffstat (limited to 'usr.bin/bzip2')
-rw-r--r--usr.bin/bzip2/Makefile2
-rw-r--r--usr.bin/bzip2/doc/Makefile14
2 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile
index c2a460c4ea70..fd4d2b0ccc43 100644
--- a/usr.bin/bzip2/Makefile
+++ b/usr.bin/bzip2/Makefile
@@ -9,6 +9,8 @@ PROG= bzip2
MAN= bzip2.1
CFLAGS+= -D_FILE_OFFSET_BITS=64
+SUBDIR+= doc
+
DPADD= ${LIBBZ2}
LDADD= -lbz2
diff --git a/usr.bin/bzip2/doc/Makefile b/usr.bin/bzip2/doc/Makefile
new file mode 100644
index 000000000000..f2cd6b431db3
--- /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>