mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
3e11bd9e2a
Reduce overlinking
9 lines
80 B
Makefile
9 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mkulzma
|
|
MAN= mkulzma.8
|
|
|
|
LIBADD= lzma
|
|
|
|
.include <bsd.prog.mk>
|