1 2 3 4 5 6 7 8
# $FreeBSD$ PROG= minigzip LDADD+= -lz DPADD+= ${LIBZ} .PATH: ${.CURDIR}/../../lib/libz .include <bsd.prog.mk>