summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-03-28 07:48:03 +0000
committerXin LI <delphij@FreeBSD.org>2007-03-28 07:48:03 +0000
commit095385a17b55b129ade67f119ff8c0a8d271fdb7 (patch)
tree2bbd3bf6865516f5d52c4f5cb1948af9bc08da00
parent19d9af52da35b72bc486168550e33ad51e5f3b69 (diff)
Notes
-rw-r--r--usr.bin/bzip2/Makefile2
-rw-r--r--usr.bin/bzip2/doc/Makefile14
2 files changed, 0 insertions, 16 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile
index 93f2d0b8c34b7..0460fff191420 100644
--- a/usr.bin/bzip2/Makefile
+++ b/usr.bin/bzip2/Makefile
@@ -6,8 +6,6 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2
PROG= bzip2
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
deleted file mode 100644
index 8d416402412df..0000000000000
--- a/usr.bin/bzip2/doc/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../contrib/bzip2
-
-INFO= bzip2
-INFOSECTION= "Programming & development tools."
-MAKEINFOFLAGS= --no-validate
-
-CLEANFILES+= bzip2.texi
-
-bzip2.texi: manual.texi
- grep -v '^@bf{' ${.ALLSRC} > ${.TARGET}
-
-.include <bsd.info.mk>