Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile.inc,v 1.22 2012/03/21 05:47:53 matt Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/8/93 .include <bsd.own.mk> # for MKDYNAMICROOT definition WARNS?= 5 BINDIR?= /sbin .if (${MKDYNAMICROOT} == "no") LDSTATIC?= -static .endif