Home | History | Annotate | Line # | Download | only in zlib
Makefile revision 1.3
      1  1.3       rin #	$NetBSD: Makefile,v 1.3 2019/02/17 04:06:01 rin Exp $
      2  1.1  pgoyette 
      3  1.1  pgoyette .include "../Makefile.inc"
      4  1.1  pgoyette 
      5  1.1  pgoyette .PATH:	${S}/net
      6  1.1  pgoyette 
      7  1.1  pgoyette KMOD=	zlib
      8  1.1  pgoyette SRCS=	zlib.c
      9  1.1  pgoyette 
     10  1.3       rin WARNS=	3
     11  1.2       mrg 
     12  1.2       mrg .if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
     13  1.2       mrg COPTS.zlib.c+=	-Wno-error=implicit-fallthrough
     14  1.2       mrg .endif
     15  1.3       rin 
     16  1.3       rin .include <bsd.kmodule.mk>
     17