Home | History | Annotate | Line # | Download | only in bin
Makefile.inc revision 1.17
      1  1.17     matt #	$NetBSD: Makefile.inc,v 1.17 2012/03/21 05:47:53 matt Exp $
      2   1.7      cgd #	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
      3  1.10      cgd 
      4  1.12    lukem .include <bsd.own.mk>		# for MKDYNAMICROOT definition
      5   1.1      cgd 
      6  1.17     matt WARNS?=		5
      7  1.14  thorpej BINDIR?=	/bin
      8  1.12    lukem 
      9  1.12    lukem .if (${MKDYNAMICROOT} == "no")
     10   1.9    mikel LDSTATIC?=	-static
     11  1.12    lukem .endif
     12