snj doesn't like my accent, so use proper English month names.
[netbsd-mini2440.git] / bin / Makefile.inc
blob9881dde2418ea597bcc3a415501124100afee58c
1 #       $NetBSD: Makefile.inc,v 1.15 2005/06/26 19:10:48 christos Exp $
2 #       @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
4 .include <bsd.own.mk>           # for MKDYNAMICROOT definition
6 WARNS?=         4
7 BINDIR?=        /bin
9 .if (${MKDYNAMICROOT} == "no")
10 LDSTATIC?=      -static
11 .endif