peter
a1907d0b27
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
932899b88d
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
bde
9938c0722f
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
bde
72c28a3dd3
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
196c728eea
Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.
1999-09-27 01:04:44 +00:00
peter
e1ae1d55d9
Don't generate 'bpf.h' since it's not used.
1999-09-27 00:34:02 +00:00
obrien
422a5f8b17
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
e4b04a2b21
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
des
284ed27f44
Rename bpfilter to bpf.
1999-07-06 19:23:32 +00:00
dfr
e8c82527d6
Use perl, not perl5 to compile interfaces.
1999-04-18 13:31:23 +00:00
peter
d49d59dcc9
Add a sample loadable pci driver Makefile..
1999-04-16 21:52:27 +00:00