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

# Solaris, FreeBSD and win32 don't support the Time library, so we can't build
# Versioner on Solaris.
#
unless ($features{'no_time'}) {
    &emit_library_rule('Versioner', '$(BUILDROOT)/force.timestamp', '',
	 	       'compile', 'install');
}
