Home | History | Annotate | Line # | Download | only in lib
Makefile.inc revision 1.1.16.1
      1 #	$NetBSD: Makefile.inc,v 1.1.16.1 2025/08/02 05:54:20 perseant Exp $
      2 
      3 .include "../Makefile.inc"
      4 WARNS?=		2
      5 # XXX: Should not need these with -Ac23!
      6 LINTFLAGS+=-Ac23
      7 LINTFLAGS+=-X89,261	# redeclared
      8 LINTFLAGS+=-X51	 	# number of params mismatch
      9 LINTFLAGS+=-X55	 	# constant expression
     10 LINTFLAGS+=-X323	# continue in do while 0 loop.
     11