Home | History | Annotate | Line # | Download | only in conf
copts.mk revision 1.1
      1 #	$NetBSD: copts.mk,v 1.1 2019/02/05 08:33:25 mrg Exp $
      2 
      3 # MI per-file compiler options required.
      4 
      5 .ifndef _SYS_CONF_COPTS_MK_
      6 _SYS_CONF_COPTS_MK_=1
      7 
      8 COPTS.zlib.c+=	-Wno-error=implicit-fallthrough
      9 
     10 .endif
     11