freebsd-dev/sys/i386
Bruce Evans a872b9bdd0 Removed historical dependencies on `Makefile'. They had rotted to being
mostly for objects that have the fewest dependencies on `Makefile'
(since they were mostly for utilities and objects generated from *.s
and these don't depend on profiling flags).

Give an explicit rule for building vnode_if.o.  This fixes building
it without ${PROF}.

Use .ORDER instead of a stamp file to avoid building vnode_if.[ch]
concurrently.

Removed explicit dependencies that will be generated by `make' (.c.o)
or will be generated by mkdep.

Added missing dependencies of special objects on opt_global.h.

Use ${NORMAL_C} instead of special rules for special objects where
possible.

FIxed dependencies of vers.o.
1998-07-12 10:47:32 +00:00
..
apm Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
bios Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
boot Added a `build-tools' target for internal tools. 1998-07-07 02:43:26 +00:00
conf Removed historical dependencies on `Makefile'. They had rotted to being 1998-07-12 10:47:32 +00:00
eisa Add support for the Storage Dimensions SDC3222F. 1998-06-14 16:41:57 +00:00
i386 Fixed printf format errors. 1998-07-11 12:17:07 +00:00
ibcs2 Updated generated files. 1998-06-09 03:36:59 +00:00
include Don't pretend to support ix86's with 16-bit ints by using longs just to 1998-07-11 05:59:35 +00:00
isa Improve a couple of comment. 1998-07-11 08:01:18 +00:00
linux Quick and dirty support for Linux's mremap. Not used by anything 1998-07-10 22:30:08 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
scsi Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
Makefile Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00