1 # $NetBSD: Makefile.inc,v 1.15.32.1 2009/08/27 22:48:36 matt Exp $ 2 # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 3 4 .include <bsd.own.mk> # for MKDYNAMICROOT definition 5 6 WARNS?= 3 7 BINDIR?= /bin 8 9 .if (${MKDYNAMICROOT} == "no") 10 LDSTATIC+= -static 11 .endif 12