1 1.13 thorpej # $NetBSD: Makefile.inc,v 1.13 2002/09/27 15:56:39 thorpej Exp $ 2 1.7 cgd # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 3 1.10 cgd 4 1.13 thorpej BINDIR?= /bin 5 1.13 thorpej 6 1.12 lukem .include <bsd.own.mk> # for MKDYNAMICROOT definition 7 1.1 cgd 8 1.11 lukem WARNS?= 2 9 1.12 lukem 10 1.12 lukem .if (${MKDYNAMICROOT} == "no") 11 1.9 mikel LDSTATIC?= -static 12 1.12 lukem .endif 13