mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
3e11bd9e2a
Reduce overlinking
8 lines
77 B
Makefile
8 lines
77 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = unzip
|
|
CSTD = c99
|
|
LIBADD= archive
|
|
|
|
.include <bsd.prog.mk>
|