mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
8 lines
80 B
Makefile
8 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mkulzma
|
|
MAN= mkulzma.8
|
|
|
|
LIBADD= lzma
|
|
|
|
.include <bsd.prog.mk>
|