freebsd-nq/share/mk
Ruslan Ermilov 6b14fdfa52 Guess better the source for object files in case .depend file is
missing and there are multiple choices using multiple inference
(suffix transformation) rules.

This is known to fix compilation of s_log1p.o in lib/msun on i386,
as otherwise it attempted to use s_log1p.S as the source (which is
marked broken) instead of legal s_log1p.c which is in CFLAGS.  The
normal case where .depend file exists is not affected.

Reviewed by:	bde
2004-01-17 18:51:55 +00:00
..
bsd.cpu.mk Keep up with sys/conf/ changes. 2004-01-10 18:01:08 +00:00
bsd.dep.mk Guess better the source for object files in case .depend file is 2004-01-17 18:51:55 +00:00
bsd.doc.mk
bsd.files.mk
bsd.incs.mk
bsd.info.mk
bsd.init.mk
bsd.kmod.mk
bsd.lib.mk Guess better the source for object files in case .depend file is 2004-01-17 18:51:55 +00:00
bsd.libnames.mk Add a define for libbsnmp. 2003-11-10 09:07:30 +00:00
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk Fix a very corner case when you want to make cleandir SUBDIRs which 2004-01-02 05:05:48 +00:00
bsd.own.mk
bsd.port.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk
bsd.README
bsd.subdir.mk
bsd.sys.mk Put the warning flags to where they belong (into CWARNFLAGS). 2004-01-11 10:29:55 +00:00
Makefile
sys.mk