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
4BINDIR?=	/bin
5
6.include <bsd.own.mk>		# for MKDYNAMICROOT definition
7
8WARNS?=		2
9
10.if (${MKDYNAMICROOT} == "no")
11LDSTATIC?=	-static
12.endif
13