Home | History | Annotate | Line # | Download | only in bin
Makefile.inc revision 1.14
      1  1.13  thorpej #	$NetBSD: Makefile.inc,v 1.14 2002/09/27 21:04:46 thorpej 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.11    lukem WARNS?=		2
      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