obrien
c269c9fb36
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
bde
3cf88c5b0d
Handle slip options in the usual way (generate a dummy options file in
...
the module Makefile and don't clutter the sources with ifdefs).
Fixed nearby formatting bugs.
2000-09-26 18:34:30 +00:00
bde
a44e8794cf
Removed fresh garbage (old way of configuring number of units) and old
...
garbage (very old way of configuring INET).
Fixed a style bug (hard-coded ${.TARGET}).
2000-09-26 18:20:37 +00:00
peter
ea11d3cf1c
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
1b38e19179
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
d7156780d3
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
5ca7db68df
Don't set an unused make(1) variable (NBPF)
1999-09-27 01:00:20 +00:00
peter
3b7b04fccc
Don't generate 'bpf.h' since it's not used.
1999-09-27 00:34:02 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
des
3c4a5a075d
Rename bpfilter to bpf.
1999-07-06 19:23:32 +00:00
msmith
ae853b3a11
Allow loadable interface drivers with BPF support to be loaded into a kernel
...
that doesn't have it. This is achieved by having minimal do-nothing stubs
enabled when there are no bpfilter devices configured.
Driver modules should be built with BPF enabled for maximum
convenience (but can be built without it for maximum performance).
1999-04-28 01:18:13 +00:00
peter
ac52f6b758
Sample initial set of kld-ified modules. Not all have been completely
...
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.
OK'ed by jkh (who is ever so patiently waiting)
1998-10-16 04:30:52 +00:00
bde
6a99eb78ce
Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
...
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
1998-02-01 18:12:15 +00:00
eivind
d0bda339f4
Make the LKMs compile with the INET option as a newstyle option in
...
opt_inet.h.
1998-01-08 23:50:27 +00:00
peter
1db7fe2fb1
Revert $FreeBSD$ back to $Id$
1997-02-22 12:49:29 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
wollman
5e54a01b4e
Forgot slcompress.c in SLIP module.
1995-03-20 19:31:47 +00:00
wollman
d590bce33d
The discard, tunnel, SLIP, and PPP network interface pseudo-devices
...
are now dynamically loadable. It doesn't make sense to do the same
for the loopback.
1995-03-20 19:25:49 +00:00