Home | History | Annotate | Line # | Download | only in x_gzip
Makefile revision 1.4
      1  1.4  martin #	$NetBSD: Makefile,v 1.4 2001/08/20 12:19:45 martin Exp $
      2  1.1     mrg 
      3  1.1     mrg PROG=	gzip
      4  1.1     mrg LDADD=	-lz
      5  1.1     mrg DPADD=	${LIBZ}
      6  1.4  martin .if ${MACHINE_ARCH} != "sparc64"
      7  1.2    matt COPTS+= -Os
      8  1.4  martin .endif
      9  1.3    matt LDSTATIC?=-static
     10  1.1     mrg 
     11  1.1     mrg .include <bsd.prog.mk>
     12