mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= minigzip
|
|
LDADD= -lz
|
|
DPADD= ${LIBZ}
|
|
.PATH: ${.CURDIR}/../../lib/libz
|
|
|
|
.include <bsd.prog.mk>
|