kernel/arm: send SIGSEGV to processes
[minix3.git] / sbin / Makefile.inc
blobece054b8f5caad28949fbb28139e6fed3ff46906
1 #       $NetBSD: Makefile.inc,v 1.22 2012/03/21 05:47:53 matt Exp $
2 #       @(#)Makefile.inc        8.1 (Berkeley) 6/8/93
4 .include <bsd.own.mk>           # for MKDYNAMICROOT definition
6 WARNS?=         5
7 BINDIR?=        /sbin
9 .if (${MKDYNAMICROOT} == "no")
10 LDSTATIC?=      -static
11 .endif