mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
11 lines
147 B
Makefile
11 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
BZ2DIR= ${SRCTOP}/contrib/bzip2
|
|
.PATH: ${BZ2DIR}
|
|
|
|
PROG= bzip2recover
|
|
MAN=
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include <bsd.prog.mk>
|