mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
14 lines
248 B
Makefile
14 lines
248 B
Makefile
# $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>
|