&makegen_include("../common-Makegen");

if ($features{'compiled_for_unix'}) {
    $system_lid_file = 'file-system';
} else {
    &unknown_platform_error();
}

$D2CFLAGS = "$D2CFLAGS -L../standard-io -L../format-out -L../file-system-base";

&emit_library_rule($system_lid_file, '$(BUILDROOT)/force.timestamp', '',
                   'compile', 'no-mindy', 'install');
