freebsd-src/sys
Bruce Evans 0611064bd9 Remove exception.o, swtch.o, support.o, conf.o and machdep.o from
SYSTEM_OBS.  They are now normal objects.

Remove stale dependencies for the above now-normal objects and for
locore.o and generate dependencies using mkdep.  Config doesn't
generate lists of assembler source files so the lists to be mkdep'ed
have to be given explictly.  Only the standard *.s files are given,
so the dependencies for gnu/fpemul/*.s are incomplete.  *.S files
would be handled right if config put them in CFILES.

Don't define NPX.  It was replaced by NNPX > 0 years ago.

Define LOAD_ADDRESS in COPTS so that compiling machdep.c isn't a special
case.

Moving around the dependencies exposed a bug in make.  It doesn't
know that assym.s and ./assym.s are the same.  Add a rule tell it.
1994-08-30 17:17:49 +00:00
..
alpha/include Updated to latest version from 1.1.5.1+ 1994-08-17 08:51:10 +00:00
amd64 Fake floppy partition RAW_PART=2 now 1994-08-29 21:47:11 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Remove exception.o, swtch.o, support.o, conf.o and machdep.o from 1994-08-30 17:17:49 +00:00
ddb ddb ps function from 1.1.5. Moved into its own file and cleaned up a bit 1994-08-27 16:28:45 +00:00
dev Use RAW_PART=2 to trick diskerr 1994-08-29 21:32:31 +00:00
fs Implemented filesystem clean bit via: 1994-08-20 16:03:26 +00:00
gnu Made idempotent 1994-08-21 07:19:45 +00:00
i386 Remove exception.o, swtch.o, support.o, conf.o and machdep.o from 1994-08-30 17:17:49 +00:00
isa Use RAW_PART=2 to trick diskerr 1994-08-29 21:32:31 +00:00
isofs/cd9660 Implemented filesystem clean bit via: 1994-08-20 16:03:26 +00:00
kern "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
libkern Added $Id$ 1994-08-02 07:55:43 +00:00
miscfs 1) cleaned up after Garrett - fixed more redundant declarations, changed 1994-08-20 03:49:02 +00:00
net Idempotency #endif was not at end of file or commented. 1994-08-22 14:16:36 +00:00
netccitt Made idempotent 1994-08-21 05:44:12 +00:00
netinet Obey RFC 793, section 3.4: 1994-08-26 22:27:16 +00:00
netiso Made idempotent -- made some of them more consistent with rest of tree. 1994-08-21 06:14:33 +00:00
netns Made idempotent. 1994-08-21 06:22:12 +00:00
nfs "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
nfsclient "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
nfsserver "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
powerpc/include Added $Id$ 1994-08-02 07:55:43 +00:00
rpc Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi Change RAW_PART back to 3, too early step right now, disklabels need more 1994-08-30 14:31:38 +00:00
sys "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
vm Patches from John Dyson to improve swap code efficiency. 1994-08-29 06:23:19 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00