SubDir OBOS_TOP src kernel libroot posix sys ;

KernelMergeObject posix_sys.o :
	<$(SOURCE_GRIST)>chmod.c
	<$(SOURCE_GRIST)>stat.c
	<$(SOURCE_GRIST)>mkdir.c
 	<$(SOURCE_GRIST)>select.c
 	<$(SOURCE_GRIST)>sysctl.c
 	<$(SOURCE_GRIST)>gettimeofday.c
 	<$(SOURCE_GRIST)>wait.c
	: -fPIC -DPIC
	;
