summaryrefslogtreecommitdiff
path: root/sbin/Makefile.inc
blob: 86d4caae3ef988a335f52d5bd5c51caf5761d748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile.inc,v 1.18 2002/09/27 21:04:46 thorpej Exp $
#	@(#)Makefile.inc	8.1 (Berkeley) 6/8/93

.include <bsd.own.mk>		# for MKDYNAMICROOT definition

WARNS?=		2
BINDIR?=	/sbin
WFORMAT?=	2

.if (${MKDYNAMICROOT} == "no")
LDSTATIC?=	-static
.endif