# $NetBSD: Makefile,v 1.2 2000/05/18 00:43:07 matt Exp $
PROG= gzip
LDADD= -lz
DPADD= ${LIBZ}
COPTS+= -Os
.include <bsd.prog.mk>