mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
3e11bd9e2a
Reduce overlinking
9 lines
75 B
Makefile
9 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mkuzip
|
|
MAN= mkuzip.8
|
|
|
|
LIBADD= z
|
|
|
|
.include <bsd.prog.mk>
|