xref: /netbsd/sbin/Makefile.inc (revision c4a72b64)
1#	$NetBSD: Makefile.inc,v 1.18 2002/09/27 21:04:46 thorpej Exp $
2#	@(#)Makefile.inc	8.1 (Berkeley) 6/8/93
3
4.include <bsd.own.mk>		# for MKDYNAMICROOT definition
5
6WARNS?=		2
7BINDIR?=	/sbin
8WFORMAT?=	2
9
10.if (${MKDYNAMICROOT} == "no")
11LDSTATIC?=	-static
12.endif
13