NetBSD/distrib/utils/x_gzip/Makefile

10 lines
149 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2000/05/18 01:10:28 matt Exp $
1998-06-06 10:11:19 +04:00
PROG= gzip
LDADD= -lz
DPADD= ${LIBZ}
COPTS+= -Os
LDSTATIC?=-static
1998-06-06 10:11:19 +04:00
.include <bsd.prog.mk>