Home | History | Annotate | Line # | Download | only in bin
Makefile.inc revision 1.13
      1 #	$NetBSD: Makefile.inc,v 1.13 2002/09/27 15:56:39 thorpej Exp $
      2 #	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
      3 
      4 BINDIR?=	/bin
      5 
      6 .include <bsd.own.mk>		# for MKDYNAMICROOT definition
      7 
      8 WARNS?=		2
      9 
     10 .if (${MKDYNAMICROOT} == "no")
     11 LDSTATIC?=	-static
     12 .endif
     13