Brooks Davis
0fddbf8747
vlan.h is obsolete, don't create it anymore.
2001-09-05 23:47:02 +00:00
Jonathan Lemon
9009a48f03
Unconditinally turn on VLAN support when building fxp as a module, since
...
it may be plugged into a kernel that supports VLANs. If the kernel is
not VLAN aware, things will still work as before.
Modules don't really have option support, so this is somewhat of a hack.
2001-07-19 15:58:40 +00:00
Jonathan Lemon
336f51412c
Update makefile to reflect vlan support.
2001-05-13 00:04:02 +00:00
Peter Wemm
f335dba0ef
Back out 'KMODDEPS = miibus' addition in last commit. This isn't used.
2001-03-24 22:21:59 +00:00
Jonathan Lemon
7cbbb1afee
Adjust the fxp module to use the correct directory path, and add a
...
dependency on miibus.
2001-03-12 21:44:19 +00:00
David E. O'Brien
c68159a6d8
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
Peter Wemm
64db83a8ab
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
...
encoding the relative path.
2000-05-27 01:14:33 +00:00
Peter Wemm
56ca39961b
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
...
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
2000-05-04 12:08:52 +00:00
Bruce Evans
9e4be63dd6
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
...
makefiles. Bad examples in fxp/Makefile keep getting copied to new
makefiles.
2000-01-28 11:26:46 +00:00
Bruce Evans
6f940b3847
Removed special rules for building and cleaning device interface files
...
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
1999-11-28 18:53:47 +00:00
Peter Wemm
f274c85d8b
Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.
1999-09-27 01:04:44 +00:00
Peter Wemm
18b039eb04
Don't generate 'bpf.h' since it's not used.
1999-09-27 00:34:02 +00:00
David E. O'Brien
40ec3caac8
Change the name of the installed KLM to contain a leading "if_".
...
Except for miibus which is now installed as miibus.ko.
Discussed by: msmith, peter, and wpaul
1999-09-20 06:11:48 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Dag-Erling Smørgrav
6b5ca0d83e
Rename bpfilter to bpf.
1999-07-06 19:23:32 +00:00
Doug Rabson
8c1cc362b8
Use perl, not perl5 to compile interfaces.
1999-04-18 13:31:23 +00:00
Peter Wemm
c002d680f8
Add a sample loadable pci driver Makefile..
1999-04-16 21:52:27 +00:00