Home | History | Annotate | Line # | Download | only in bin
      1 #	$NetBSD: Makefile.inc,v 1.20 2024/05/12 17:55:36 rillig Exp $
      2 #	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
      3 
      4 .include <bsd.own.mk>		# for MKDYNAMICROOT definition
      5 
      6 WARNS?=		5
      7 BINDIR?=	/bin
      8 
      9 LINTFLAGS+=	-u	# don't warn about "used but not defined"
     10 
     11 .if (${MKDYNAMICROOT} == "no")
     12 LDSTATIC?=	-static
     13 .endif
     14 
     15 .if ${MKLINT} != "no" && !defined(NOLINT)
     16 realall: lint
     17 .endif
     18