std.evbarm revision 1.4
11.4Smrg#	$NetBSD: std.evbarm,v 1.4 2015/05/07 19:14:56 mrg Exp $
21.1Smatt
31.3Smattinclude		"conf/std"
41.2Smattinclude		"arch/arm/conf/std.arm"	# arch standard options
51.3Smatt
61.3Smattoptions 	EXEC_ELF32
71.3Smattoptions 	EXEC_SCRIPT
81.3Smattoptions 	ARM32
91.4Smrg
101.4Smrgoptions 	CHILD_MAX=1024	# 160 is too few
111.4Smrgoptions 	OPEN_MAX=1024	# 128 is too few
12