mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= minigzip
|
|
LDADD+= -lz
|
|
DPADD+= ${LIBZ}
|
|
.PATH: ${.CURDIR}/../../lib/libz
|
|
|
|
.include <bsd.prog.mk>
|