freebsd-dev/sys/i386/conf
wollman eeff5fd0b8 Change all #includes to follow the current Berkeley style. Some of these
``changes'' are actually not changes at all, but CVS sometimes has trouble
telling the difference.

This also includes support for second-directory compiles.  This is not
quite complete yet, as `config' doesn't yet do the right thing.  You can
still make it work trivially, however, by doing the following:

rm /sys/compile
mkdir /usr/obj/sys/compile
ln -s M-. /sys/compile
cd /sys/i386/conf
config MYKERNEL
cd ../../compile/MYKERNEL
ln -s /sys @
rm machine
ln -s @/i386/include machine
make depend
make
1994-08-13 03:50:34 +00:00
..
CORBIN Take out multicast support for the moment. 1994-08-08 09:14:37 +00:00
devices.i386 Makefile.i386: 1994-03-21 20:48:52 +00:00
files.i386 New ethernet device driver from Matt Thomas: 1994-08-12 06:51:12 +00:00
GENERICAH Added various filesystems and multicast support options. Removed my 1994-08-09 08:17:09 +00:00
GENERICBT Added various filesystems and multicast support options. Removed my 1994-08-09 08:17:09 +00:00
LINT Remove the now bogus IP_VAT_COMPAT. 1994-05-18 16:23:25 +00:00
Makefile.i386 Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
NOTES Remove the now bogus IP_VAT_COMPAT. 1994-05-18 16:23:25 +00:00
SYSCONS Ttys structures are now allocated dynamically via ttymalloc/ttyfree. 1994-03-02 20:18:09 +00:00