mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
14 lines
259 B
Makefile
14 lines
259 B
Makefile
# $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>
|