summaryrefslogtreecommitdiffstats
path: root/usr.bin/minigzip/Makefile
blob: edc5d85e81c7df5bc9e15fe86cf4443477ed6d17 (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$

PROG=	minigzip
LDADD+=	-lz
DPADD+=	${LIBZ}
.PATH:	${.CURDIR}/../../lib/libz

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud